madao_admin_manage
1.0.0
vue-cloud-admin is a Vue family bucket project with universal front-end and back-end separation. It is a management system based on RBAC and can be developed quickly based on this framework. The UI component library uses Element-Ui
The backend uses the SpringCloud series of family buckets to build a direct microservice platform
For more content, please follow the public account:码道人生
madaoo.com
account | password | Permissions |
---|---|---|
guest | 123456 | Visitor, query only |
account | password | Permissions |
---|---|---|
admin | {Generate your own password to replace the password in the database} | super administrator |
├─系统管理
│ ├─用户管理
│ ├─角色管理
│ ├─菜单管理
│ └─字典管理
├─系统日志
│ ├─在线用户
│ ├─系统日志
│ ├─登录日志
│─任务调度
│ ├─定时任务
│ └─调度日志
│─文章管理
│ ├─文章列表
│ ├─文章分类
│─探点(待开发)
└─其他模块
|- 全局功能
|- 国际化多语言
|- 多种动态换肤
|- 动态侧边栏(支持多级路由嵌套)
|- 动态面包屑
|- 快捷导航(标签页)
|- 自适应收缩侧边栏
To start locally, you need to deploy the backend microservice first -> Direct
# 克隆项目
git clone xxx
# 安装依赖
npm install
# 启动
npm run dev
Browser access http://localhost:9527.
# 构建测试环境
npm run build:sit
# 构建生产环境
npm run build:prod
# 安装一个模块的全局
sudo npm install -g n
# 安装项目所需版本
sudo n v8.9
# 选择版本
sudo n
If this project helps you, please don't forget to star, your attention is my motivation
Modern browsers and Internet Explorer 10+.
IE/Edge | Firefox | Chrome | Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
GPL-3.0
Copyright (c) 2019-present GuoGuang