Fast create Vue3 project.
- 🛠️ Vue 3, Pinia, Vue Router - Vue ecosystem
- 🎨 Tailwind CSS - A utility-first CSS framework
- ⚙️ Vitest - Next Generation Testing Framework
- 🦀️ Rspack, Rsbuild - The fast Rust-based web bundler
- ✨ Biome - Format, lint, and more in a fraction of a second
- 🎛 VueUse - Collection of Essential Vue Composition Utilities
- 🌳 ky - Tiny & elegant JavaScript HTTP client based on the Fetch API
- 🕹️ unplugin-turbo-console - Improve the Developer Experience of Console
- 💪 TypeScript - Strongly typed programming language that builds on JavaScript
- 📦 unplugin-vue-components - On-demand components auto importing for Vue
- 📁 unplugin-vue-router - Next Generation file based typed routing for Vue Router
- 📥 unplugin-auto-import - Auto import APIs on-demand for Vite, Webpack, Rspack, Rollup and esbuild
git clone git@github.com:rofixro/create-vue3-app.git
cd create-vue3-app
npm install
npm run dev
If you prefer to do it manually with the cleaner git history.
npx degit rofixro/create-vue3-app my-vue3-app
- vitesse - 🏕 Opinionated Vite + Vue Starter Template