A modern Vue 3 template with Tailwind CSS v4, shadcn-vue components, and TypeScript support.
- ⚡ Vue 3 with Composition API
- 🎨 Tailwind CSS v4
- 🧩 shadcn-vue components
- 📝 TypeScript support
- 🗂️ Vue Router for navigation
- 🏪 State management with Pinia
- 📊 Data tables with Tanstack Vue Table
- ✅ Form validation with VeeValidate + Zod
- 🧪 Testing with Vitest
- 🔥 Vite for fast development
- Node.js (^20.19.0 || >=22.12.0)
- Clone this repository
- Install dependencies:
npm install
Start the development server:
npm run devBuild for production:
npm run buildPreview production build:
npm run previewRun tests:
npm testType checking:
npm run type-check