基于Vue.js2.0的后台管理系统
- Vue2.0
- Element-ui 一款基于vue的ui框架
- 将项目clone或download至本地,执行下面命令
- npm install // 下载相关依赖包
- npm run dev // 开启服务器,即可看到效果页面
# 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