vue admin box template
1.0.0
vue-admin-box 中後台開源框架基礎模板
基於https://github.com/cmdparkour/vue-admin-box-template/tree/master/js
升級element-plus 等版本,優化兼容性
預覽地址https://yuan1.github.io/vue-admin-box-template
vue-admin-box是一個免費並且開源的中後台管理系統模板。
使用最新版本的vue3+vite+element-plus開發而成,目的是為了解決通用型的業務中後台系統複雜的配置。
MVVM框架:vue
工程化管理:vite
UI框架:element-plus
路由管理:vue-router
狀態管理:vuex
數據請求:axios
實用工具庫:@vueuse/core
獲取源碼資源包
安裝依賴,國內推薦使用cnpm或tyarn,國外推薦使用npm或yarn
npm install
運行
npm run dev 或 npm run start
打包
npm run build