localadmin
1.0.0
這是一個極簡的vue admin 管理後台它只包含了Element UI & axios & iconfont & permission control & lint,這些搭建後台必要的東西。
# Clone project
git clone https://github.com/liutaochange/localadmin.git
# Install dependencies
npm install
# 可以通过如下操作解决npm速度慢的问题 也可以安装cnpm,看个人意愿
npm install --registry=https://registry.npm.taobao.org
# serve with hot reload at localhost:9528
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report