vue-admin-box middle and backend open source framework basic template
Based on https://github.com/cmdparkour/vue-admin-box-template/tree/master/js
Upgrade element-plus and other versions to optimize compatibility
Preview address https://yuan1.github.io/vue-admin-box-template
vue-admin-box is a free and open source middle and backend management system template.
Developed using the latest version of vue3+vite+element-plus, the purpose is to solve the complex configuration of back-end systems in general-purpose businesses.
MVVM framework: vue
Engineering management:vite
UI framework: element-plus
Routing management: vue-router
State management: vuex
Data request: axios
Utility library: @vueuse/core
Get the source code resource package
To install dependencies, it is recommended to use cnpm or tyarn in China, and npm or yarn is recommended abroad.
npm install
run
npm run dev 或 npm run start
Pack
npm run build