This template should help get you started developing with Vue 3 in Vite using Composition API.
Vue 3, TypeSript, TailwindCSS, ShadcnUI
- tailwindcss: "3.4.17"
- @pinia/colada": "^0.13.3",
- @radix-icons/vue": "^1.0.0",
- @vueuse/core": "^12.5.0",
- @vueuse/integrations": "^12.5.0",
- class-variance-authority": "^0.7.1",
- clsx": "^2.1.1",
- pinia": "^2.3.1",
- radix-vue": "^1.9.12",
- tailwind-merge": "^2.6.0",
- tailwindcss-animate": "^1.0.7",
- vaul-vue": "^0.2.0",
- vue": "^3.5.13",
- vue-router": "^4.5.0",
- vue-sonner": "^1.3.0"
- "zod": "^3.24.1"
VSCode + Volar (and disable Vetur).
TypeScript cannot handle type information for .vue
imports by default, so we replace the tsc
CLI with vue-tsc
for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue
types.
See Vite Configuration Reference.
bun install
bun dev
bun run build
bun lint:oxlint
Lint with ESLint
bun lint:eslint