# element-admin-template **Repository Path**: xiaohaoo/element-admin-template ## Basic Information - **Project Name**: element-admin-template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-04-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin-template # 学生自用 > 极简的 vue admin 管理后台。只包含了 Element UI & axios & iconfont & permission control & lint 搭建后台必要的东西。 ## 内容 包含权限控制,登录界面,管理界面 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ``` ## 其它 ```bash # 预览发布环境效果 npm run preview # 预览发布环境效果 + 静态资源分析 npm run preview -- --report # 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix ``` ## License [MIT] license.