Out of the box, you can quickly generate the vue3 business framework.
English | 简体中文
- ⚡️ Vue 3, Vite 3, pnpm, ESBuild - born with fastness
- 📦 Components auto importing
- 🍍 State Management via Pinia
- 🎨 TailwindCSS - rapidly build modern websites without ever leaving your HTML
- 🔥 Use the new
<script setup>syntax - 🚀 Vue-hooks-plus - the vue-hooks-plus can satisfy most of your business
- 💫 Axios - package the complete business request process with the vue-hooks-plus/useRequest
- 📥 APIs auto importing - use Composition API and others directly
- 🦾 TypeScript, necessary
- ☁️ Eslint 、Stylelint 、Commitlint、Husky,normative constraints
Create a repo from this template on GitHub.
npx degit NelsonYong/vite-vue-box vite-vue-box-template
cd vite-vue-box-template
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
# If you have a repo on Github
pnpm huskyInstallWhen you use this template, try follow the checklist to update your info properly
- Change the author name in
LICENSE - Change the title in
App.vue - Change the hostname in
vite.config.tsandconfig - Change the favicon in
public - Remove the
.githubfolder which contains the funding info - Clean up the READMEs and remove routes