This template should help get you started developing with Vue 3 in Vite.
-
Branch to dev
git checkout dev
-
Create a new branch
git checkout -b "branch name"
-
Make edits and commit changes.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Main branch deploys to live website
Dev branch deploys to test website