English | 简体中文
A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
Live demo: http://mgbq.github.io/nxAdmin-template
If you want router permission && generate menu by user roles , you can use this branch permission-control
git:git clone https://github.com/mgbq/nx-admin.git
npm:npm install
Preview nxAdmin-template
test account:
1. username: admin
password: any
2. username: editor
password: any
You are welcome to contribute to the development of nxAdmin-template (code writing/document translation)。
# clone the project
git clone https://github.com/mgbq/nxAdmin-template.git
# install dependency
npm install
# develop
npm run dev
# build for test environment
npm run build:sit
# build for production environment
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 nxAdmin-template