Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 341 Bytes

File metadata and controls

35 lines (23 loc) · 341 Bytes

Vite+ Monorepo Starter

A starter for creating a Vite+ monorepo.

Development

  • Check everything is ready:
vp run ready
  • Run the tests:
vp run test -r
  • Build the monorepo:
vp run build -r
  • Run the development server:
vp run dev
  • Release a new version:
vpx bumpp