A modern frontend template using Vue 3, TypeScript, Pinia for state management, Tailwind CSS for styling, and unplugin-vue-router for automatic routing.
- Vue 3 with Composition API
- TypeScript for type safety
- Pinia for state management
- Tailwind CSS for utility-first styling
- Automatic file-based routing with unplugin-vue-router
- Path aliases for clean imports
- Fast development with Vite
npm installnpm run devnpm run buildnpm run previewImport modules using aliases, e.g.:
import { useCounterStore } from '@stores/counter'
import MyComponent from '@components/MyComponent.vue'- Node.js >= 22
- npm >= 10