A modern Vue 3 starter template with batteries included
This project was created to:
- Streamline Vue development workflow
- Provide a robust, production-ready project structure
- Enforce Git commit conventions
- 📁 File-based routing
- 🔄 Auto-import components
- 📡 Auto-import APIs
- 🛠️ Development tools included
- 📝 Full TypeScript support
- 🚀 Zero-config Vercel deployment
- Tailwind CSS - A utility-first CSS framework
- Vue Router - Official Router for Vue.js
- Pinia - Intuitive Vue.js State Management
- VueUse - Collection of Vue Composition Utilities
- Vitest - Vite-native Testing Framework
pnpm install
Run the following command and visit http://localhost:9527
pnpm dev
pnpm build
The built files will be generated in the dist
directory, ready for deployment.