# 后台管理系统 **Repository Path**: zhangtianlu/AdministrationTemplates ## Basic Information - **Project Name**: 后台管理系统 - **Description**: 基于node+element-ui+vue打造的多权限控制动态管理后台 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://test.xwaitl.cn/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-09-07 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue搭建后台管理界面模版(PC端) ------------------------ #### 技术栈 vue2 + vuex + vue-router + webpack + ES6/7 + axios + elementUI + 阿里图标iconfont + Express(Node) + Sequelize(MySQL) #### 项目预览 [点击预览](https://test.xwaitl.cn) > 默认账号:admin/admin > 测试账号:test/test #### 目录结构 ------------------------ ```bash ├── /admin/ # 后台视图 ├── /serve/ # 服务端 └── README.md # 项目文档 ``` #### 完成功能 - [x] 登录 -- 完成 - [x] 路由拦截 -- 完成 - [x] 权限校验 -- 完成 - [x] 角色管理 -- 完成 - [x] 菜单管理 -- 完成 - [x] 管理员管理 -- 完成 - [x] 页面按钮权限 -- 完成 #### 运行项目 ------------------------ ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run serve # build for production with minification npm run build ``` #### 项目源码地址: ------------------------ 码云地址:https://gitee.com/zhangtianlu/AdministrationTemplates.git