Skip to content

Latest commit

 

History

History
114 lines (76 loc) · 2.68 KB

README.en.md

File metadata and controls

114 lines (76 loc) · 2.68 KB

vue element-ui Build Status license GitHub release

💎 Vue Automated management system

English | 简体中文

Introduction

A minimal vue admin template with Element UI & axios & iconfont & permission control & lint

Live demo: http://mgbq.github.io/nxAdmin-template

related documents

老板让我十分钟上手nx-admin

Vue2.0实现的用户权限控制

Extra

If you want router permission && generate menu by user roles , you can use this branch permission-control

Related Project

nx-admin

download

git:git clone https://github.com/mgbq/nx-admin.git

npm:npm install

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)。

Getting started

# clone the project
git clone https://github.com/mgbq/nxAdmin-template.git

# install dependency
npm install

# develop
npm run dev

Build

# build for test environment
npm run build:sit

# build for production environment
npm run build:prod

Advanced

# --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

Donate Buy me a coffee ~

捐赠扫一扫

License

MIT Copyright (c) 2018-present nxAdmin-template