This issue recommends vue-next-admin, a background open source template based on vue3.x.
vue-next-admin is based on vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex, an open source free template for mobile phones, tablets and PCS, hopes to reduce the workload and help you achieve rapid development.
Environment Support
Since Vue3 no longer supports IE11, ElementPlus does not support IE11 and earlier versions.
Instructions
Code repository
vue3.x version:
https://gitee.com/lyt-top/vue-next-admin
vue2.x version:
https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin
Installing cnpm and yarn
Copy code (desktop cmd run)
npm install -g cnpm --registry=https://registry.npm.taobao.org
or
npm install -g yarn
Running project
cnpm is recommended because yarn sometimes reports errors.
# Clone project
git clone https://gitee.com/lyt-top/vue-next-admin.git
# Enter project
cd vue-next-admin
# Installation dependency
cnpm install
# Run project
cnpm run dev
# Package release
cnpm run build
Interface preview
- vue3.x version preview (vue-next-admin) : https://lyt-top.gitee.io/vue-next-admin-preview/#/login
- vue2.x version preview (vue-prev-admin) : https://lyt-top.gitee.io/vue-prev-admin-preview/#/login
This project uses the MIT open source protocol, and more features can be read on your own.