/vite-petite-vue-starter

Starter using Vite + Petite-vue for super fast prototyping

Primary LanguageJavaScriptMIT LicenseMIT

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