/vue-admin-permission

带权限的后台管理系统

Primary LanguageVueMIT LicenseMIT

develop

npm run dev


This will automatically open http://localhost:9528

## Build

```bash
# build for test environment
npm run build:stage

# build for production environment
npm run build:prod