Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 576 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 576 Bytes

vite-petite-vue-starter

Starter using Vite + Petite-vue for super fast prototyping

Getting Started

Click the "Use this template" button at the top of the page, follow the prompts to fill out the form, and create your own theme.

Run npm install in the root directory to install dependencies.

npm install

Run the npm run dev command to run the project in development mode.

npm run dev

Run npm run build to build the project into the dist directory.

npm run build