本文试用几个比较著名的后台框架。
目的:构建一个通用的后台管理系统。可能包含:前端页面,redis,mysql,等。
fastadmin
- 地址:https://www.fastadmin.net
- 源码:https://gitee.com/karson/fastadmin
- 技术:thinkphp 5.0 + bootstrap
- 使用:免费 开源 Apache2.0
AdminLTE
- 地址:https://adminlte.io/
- 源码:https://github.com/almasaeed2010/AdminLTE
- 技术:bootstrap 3.x
- 使用:X
vue-Element-Admin
- 地址:http://panjiachen.github.io/vue-element-admin(无法访问)
- 源码:https://github.com/PanJiaChen/vue-element-admin
- 技术:X
- 使用:X
1 | git clone https://github.com/PanJiaChen/vue-element-admin |
默认访问页面是localhost:9527
,可以修改config/index.js
的host为0.0.0.0
,则可以使用IP的形式访问。
vue-admin-template
1 | git clone https://github.com/PanJiaChen/vue-admin-template |
默认访问页面是localhost:9528
,可以修改config/index.js
的host为0.0.0.0
,则可以使用IP的形式访问。
vue-admin-template相对比较简单,容易入门,不过能用的功能也不多。
vue-typescript-admin-template
未试用
1 | git clone https://github.com/Armour/vue-typescript-admin-template |
Gentelella
- 地址:https://colorlib.com/polygon/gentelella/index.html(示例)
- 源码:https://github.com/puikinsh/gentelella
- 技术:bootstrap
- 使用:X
ant-design-pro
- 地址:https://pro.ant.design/index-cn
- 源码:https://github.com/ant-design/ant-design-pro
- 技术:开箱即用 支持docker
- 使用:X
iview-admin
- 地址:https://colorlib.com/polygon/gentelella/index.html(示例)
- 源码:https://github.com/iview/iview-admin
- 技术:Vue 2.0 iView
- 使用:X
gin-vue-admin
- 地址:https://www.cnblogs.com/FireworksEasyCool/p/11385271.html
- 源码:https://github.com/Bingjian-Zhu/gin-vue-admin
- 技术:Vue 后台为golang,gin
- 使用:X
gin-vue-admin
- 地址:https://www.cnblogs.com/FireworksEasyCool/p/11385271.html
- 源码:https://github.com/Bingjian-Zhu/gin-vue-admin
- 技术:Vue 后台为golang,gin
- 使用:X
- 附 gin介绍:
https://blog.csdn.net/qq_34777600/article/details/81160167