# vue-admin-template **Repository Path**: yangdongyuan/vue-admin-template ## Basic Information - **Project Name**: vue-admin-template - **Description**: 一款最简单的有 Element UI,axios,iconfont,权限控制和 lint 的 vue-admin 模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-21 - **Last Updated**: 2022-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开箱即用的 vue-admin 模板 > 一款最简单的有 Element UI,axios,iconfont,权限控制和 lint 的 vue-admin 模板 ## scripts ```bash # install npm install # develop # http://localhost:9002/#/login npm run dev # 预览发布环境效果 npm run preview # 代码格式检查 npm run lint # 代码格式检查和自动修复 npm run lint --fix # svg压缩 npm run svg ```