NelsonYong / vite-vue-box

Standardized 📦 development template based on Vue3

Home Page:https://vite-vue-box.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-vue-box

Out of the box, you can quickly generate the vue3 business framework.

Preview

English | 简体中文

🌟 Feature

Try it now

GitHub Template

Create a repo from this template on GitHub.

Clone to local

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 huskyInstall

Checklist

When 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.ts and config
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the READMEs and remove routes

About

Standardized 📦 development template based on Vue3

https://vite-vue-box.vercel.app

License:MIT License


Languages

Language:TypeScript 50.1%Language:JavaScript 25.2%Language:Vue 10.5%Language:CSS 5.5%Language:Less 5.2%Language:HTML 1.8%Language:Shell 1.8%