Skip to content

General management background system based on vue3 and egg

License

Notifications You must be signed in to change notification settings

essay-org/platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

database Version License

通用管理后台系统

plaform是一个基于RBAC模型开发的后台管理系统,没有多余的功能。

技术栈

  • 前端 Vue3 + Element-Plus
  • 服务端 Egg + SQLite

启动

git clone https://github.com/essay-org/platform.git

# 启动前端服务
cd fe
yarn install
npm run dev # 访问 http://127.0.0.1:8088

# 启动后端服务 
cd serve
yarn install
npm run dev # 访问 http://127.0.0.1:7077

登录

默认用户名:admin 默认密码:123456

说明:系统已经内置SQLite初始数据,在server/database/data.db

功能展示

用户管理

菜单管理

角色管理

部门管理

其他说明

本项目是一个以学习为目的的后台项目,旨在让前端也能充分了解RBAC模型是如何设计的,不建议用于线上,因为未经过充分的测试。

如果在学习过程遇到任何问题,可以在issue中提出,我尽可能回复。

About

General management background system based on vue3 and egg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages