基于Bootstrap4构建
轻量不复杂 简洁不简单
├─dist 构建后的代码
├─bsadmin-html 经典版
├─data 模拟数据目录
│ ├─menu.json 左侧菜单
│ └─ ...
├─static 静态资源
│ ├─admin 后台资源目录
│ │ ├─js js目录
│ │ ├─css 样式目录
│ │ ├─img 图片目录
│ │ └─ ...
│ ├─bootstrap bootstrap4
│ ├─ueditor 百度编辑器
│ ├─iconfont 图标库
│ ├─webuploader 百度上传插件
│ ├─js 公共js库
│ └─ ...
├─bsadmin-iframe iframe版(文件与经典版一致)
├─src 原代码(使用者不必理会)
├─run.js nodejs脚本
php
thinkphp6示例
github: https://github.com/aa24615/qadmin-thinkphp6
gitosc: https://gitee.com/flash127/qadmin-thinkphp6
laravel8示例
github: https://github.com/aa24615/qadmin-laravel8
gitosc: https://gitee.com/flash127/qadmin-laravel8
java
spring示例
github: https://github.com/aa24615/qadmin-spring-web-mvc
gitosc: https://gitee.com/flash127/qadmin-spring-web-mvc
nodejs
Express4示例
github: https://github.com/aa24615/qadmin-express
gitosc: https://gitee.com/flash127/qadmin-express
go
beego示例
...待完善
bsadmin is licensed under the license of MIT. See the LICENSE for more details.