/create-vue3-app

⚡️ Quickly create vue3 projects

Primary LanguageVueMIT LicenseMIT

Logo

Create Vue3 App

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

Install

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

Related Efforts

  • vitesse - 🏕 Opinionated Vite + Vue Starter Template

License

MIT