# admin-system **Repository Path**: dzxmy/admin-system ## Basic Information - **Project Name**: admin-system - **Description**: Vue + Vuex + ElementUI + Axios + Echarts 实现的通用后台管理系统,可二次开发, - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-29 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # admin-system > Vue全家桶实现通用后台管理系统,可二次开发,喜欢的给个star哦! ## Build Setup ``` bash # 安装依赖 npm install # 运行 npm run dev # 打包 npm run build # 打包 npm run build --report # 运行单元测试 npm run unit # 运行e2e测试 npm run e2e # 运行全部测试 npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).