#admin-element-vue
A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
git clone https://github.com/lixiaofa/admin-element-vue.git
cd admin-element-vue
npm install
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