Sowft Admin 是使用Swoft实现的后台通用权限管理系统,本项目是一个示例项目,展示了swoft在平时开发中的一些常用的使用方法。
// 配置文件地址 /path/to/project/web/dist/config.js
window.api = {
baseUri: '/auth-service/',
// 修改为正确的IP地址
serverHost: 'http://172.17.0.1',
serverPort: 8004
};
docker
运行本项目(摆脱复杂的环境安装), 克隆本项目,在项目根目录下运行docker-compose up
即可;git clone https://github.com/wp-breeder/swoft-admin.git
cd /path/to/project/ && docker-compose up
### 预览
![login](https://raw.githubusercontent.com/wp-breeder/blogs/master/_images/swoft-admin/login.png)
![dashboard](https://raw.githubusercontent.com/wp-breeder/blogs/master/_images/swoft-admin/dashboard.png)
### LICENSE
Swoft-Admin is open-sourced software licensed under the [Apache license](https://github.com/wp-breeder/swoft-admin/blob/master/LICENSE).