This template should help get you started developing with Vue 3 and Pinia using Vite.
- Download/Fork/Clone repo
- Install Volta to manage your Node/npm versions
- This project has a
volta
object in thepackage.json
so you'll always be on the correct Node version when running from this folder
- This project has a
- Run
npm install
- Run
npm start
npm run lint
to see linting errorsnpm run fix
to auto-fix linting errors where possible
npm run build
to build the app for distributionnpm run preview
to manually test the built app