localadmin
1.0.0
هذه واجهة خلفية بسيطة لإدارة vue Admin، وهي تحتوي فقط على Element UI وaxios وiconfont والتحكم في الأذونات والوبر، وهي ضرورية لبناء الواجهة الخلفية.
# 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