localadmin
1.0.0
Dies ist ein minimalistisches Vue-Administrator-Management-Backend. Es enthält nur Element UI, Axios, Iconfont, Berechtigungskontrolle und Lint, die zum Erstellen des Backends erforderlich sind.
# 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