Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 292 Bytes

File metadata and controls

29 lines (19 loc) · 292 Bytes

Vite+ Monorepo Starter

A starter for creating a Vite+ monorepo.

Development

  • Check everything is ready:
vp run ready
  • Run the tests:
vp run -r test
  • Build the monorepo:
vp run -r build
  • Run the development server:
vp run dev