This boilerplate should help get you started developing with Vue 3 in Vite.
- Vue 3
- Vue Router
- Pinia
- TailwindCss
- Eslint
- Prettier
VSCode + Volar (and disable Vetur)
- Eslint
- Prettier
- Volar
- Spell Checker
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Window
from the command palette.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint