# vue-admin **Repository Path**: augo/vue-admin ## Basic Information - **Project Name**: vue-admin - **Description**: vue-admin 管理系统架构 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-04 - **Last Updated**: 2022-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, Axios, Element-UI ## README # vue2 element-ui admin ## 项目依赖 ### 开发依赖 core-js ^3.8.3 element-ui ^2.15.8 vue ^2.6.14 vue-router ^3.5.1 vuex ^3.6.2 ### 项目命令 ``` sh # 项目初始化 yarn install # 启动项目 yarn serve # 打包项目 yarn build # 测试 yarn test:unit # 代码格式校验 yarn run ci ``` ### 侧边栏配置 配置路径 @/router/aside.js ``` js // @/router/aside.js ```