# springboot-react-antd-fe **Repository Path**: wyloong/springboot-react-antd-fe ## Basic Information - **Project Name**: springboot-react-antd-fe - **Description**: 通用后台管理系统-前台部分 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2021-07-06 - **Last Updated**: 2025-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 通用后台管理系统 本项目基于 [Ant Design Pro](https://pro.ant.design). 本系统是 `通用后台管理系统` 中的前台部分,整个项目采用目前主流的前后端分离架构,前台使用react-antdpro,后台使用springboot实现。 后台项目代码见:[后台代码](https://gitee.com/wyloong/springboot-react-antd-se.git) ## 系统页面预览 #### 1. 登录页 默认账号密码:root/HRisk@2021 ![](./img_readme/manager-登录页.png) #### 2. 用户管理页 ![](./img_readme/manager-用户管理.png) #### 3. 角色管理页 ![](./img_readme/manager-角色管理.png) #### 4. 权限设置页 ![](./img_readme/manager-权限设置.png) #### 5. 审计页(操作日志) ![](./img_readme/manager-操作日志.png) ## 环境准备 安装 `node_modules`: ```bash npm install ``` 或者 ```bash yarn ``` ## 其它命令 ### 启动命令 ```bash npm start ``` ### 打包命令 ```bash npm run build ``` ### 检查代码 ```bash npm run lint ``` 可以使用下面命令自动修复lint错误 ```bash npm run lint:fix ``` ### 测试代码 ```bash npm test ```