文件名称:vue2.x-manageSystem:基于Vue.js 2.x 的后台管理系统
文件大小:36KB
文件格式:ZIP
更新时间:2024-06-05 11:57:55
vue element-ui JavaScript
后台管理系统 基于Vue.js2.0的后台管理系统 技术栈 Vue2.0 Element-ui 一款基于vue的ui框架 使用方法 将项目clone或download至本地,执行下面命令 npm install // 下载相关依赖包 npm run dev // 开启服务器,即可看到效果页面 Build Setup # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report