JavaWeb开发之——开源管理系统(1)
一 概述
1 | 以下是当前使用最广泛、最活跃的开源后端管理系统(Admin Dashboard)项目, |
二 基于前后端分离(推荐)
2.1 Vue Element Admin
1 | 1、地址:https://github.com/PanJiaChen/vue-element-admin |
2.2 Django Admin
1 | 1、地址:https://docs.djangoproject.com/en/stable/ref/contrib/admin/ |
2.3 AdminLTE
1 | 1、地址:https://github.com/ColorlibHQ/AdminLTE |
2.4 React Admin
1 | 1、地址:https://github.com/marmelab/react-admin |
2.5 ant-design-pro
1 | 1、地址:https://github.com/ant-design/ant-design-pro |
2.6 Acro Pro
1 | 1、地址:https://arco.design/docs/pro/start |
三 全栈开源后台系统(含前后端)
3.1 JeecgBoot
1 | 1、地址:https://github.com/jeecgboot/jeecg-boot |
3.2 RuoYi 若依
1 | 1.地址:https://gitee.com/y_project/RuoYi |
3.3 GoAdmin
1 | 1、地址:https://github.com/GoAdminGroup/go-admin |
四 全栈框架自带 Admin 后台
4.1 Laravel Nova / Laravel Admin
1 | 1、地址: https://github.com/z-song/laravel-admin |
4.2 Strapi Admin
1 | 1、地址:https://github.com/strapi/strapi |
五 选型建议
No | 需求/语言 | 推荐 |
---|---|---|
1 | Vue 前端后台模板 | Vue Element Admin |
2 | React 前端后台模板 | React Admin / ant-design-pro |
3 | Java 全栈后台 | RuoYi / JeecgBoot |
4 | Python 后台管理 | Django Admin |
5 | Go 语言后端 | GoAdmin |
6 | 内容管理系统(CMS) | Strapi |
7 | 快速上手静态模板 | AdminLTE |