# vue2.x后台管理系统快速开发 **Repository Path**: aYuan-git/vue2.x-admin ## Basic Information - **Project Name**: vue2.x后台管理系统快速开发 - **Description**: 动态路由,封装axios,全局sass - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-09-24 - **Last Updated**: 2022-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2.x+Element管理后台快速开发 ## 开发环境模块 + sass全局变量 + axios请求封装 + directive v-自定义指令 + 动态路由 + 原生echarts + Tinymce富文本编辑器 + fontAwesome图标库 + mock模拟请求 ## fontAwesome图标库使用 官网https://fontawesome.dashgame.com/ ``` ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).