nxAdmin template
1.0.0
? Vue automation management system
Simplified Chinese | English
This is a minimalist vue admin management backend. It only contains Element UI & axios & iconfont & permission control & lint, which are necessary to build the backend.
online address
If you want to dynamically generate sidebars and routers based on user roles, you can use the branch permission-control
nx-admin
The boss asked me to get started with nx-admin in ten minutes.
User permission control implemented by Vue2.0
You are welcome to contribute to the development of nx-admin (code writing/document translation).
# 克隆项目
git clone https://github.com/mgbq/nxAdmin-template.git
# 安装依赖
npm install
# 建议不要用cnpm安装 会有各种诡异的bug 可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 启动服务
npm run dev
# 构建测试环境
npm run build:sit
# 构建生产环境
npm run build:prod
# --report to build with bundle size analytics
npm run build:prod --report
# --preview to start a server in local to preview
npm run build:prod --preview
# lint code
npm run lint
# auto fix
npm run lint -- --fix
MIT Copyright (c) 2018-present nxmin