# vue-admin-template **Repository Path**: CoderMoyv/vue-admin-template ## Basic Information - **Project Name**: vue-admin-template - **Description**: vue后台管理系统统一模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2021-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin-template > vue后台管理系统统一模板,基于 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) ### 安装依赖 ``` npm install ``` ### 启动服务 ``` npm run serve ``` ### 发布 ``` npm run build ```