This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Did you find a bug or notice something that could be changed/added/removed for a better experience?
-
Open a new issue by picking the correct template and give some background on what needs to change. Please provide enough information on the ticket so that if someone picked it up, they would not need to ask for clarification.
-
When an issue exists, create a branch from the issue.
- A PR requires at least one review before being merged into the main branch.