# admin-template **Repository Path**: yc0808/admin-template ## Basic Information - **Project Name**: admin-template - **Description**: 一个后台管理系统模板,基于 vue-cli3.0 进行搭建实现。它使用了最新的前端技术栈,内置了 动态路由,权限验证等 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-29 - **Last Updated**: 2022-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 [admin-template] 是一个后台管理系统模板,基于 vue-cli3.0 进行搭建实现。它使用了最新的前端技术栈,内置了 动态路由,权限验证,换肤等功能 #### 用到vue相关的生态链模块: * `vue` * `vue-router` * `vuex` * `axios` #### 项目要点 * `路由懒加载` * `根据权限生成动态路由` * `使用mock.js全局数据请求拦截处理` * `多个代理配置` * `抽离第三方库文件dll` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).