https://github.com/kuangshp/nestjs-mysql-api-react
react + typescript实现的中后台模板框架,配合https://github.com/kuangshp/nestjs-mysql-api 项目的前端代码
https://github.com/kuangshp/nestjs-mysql-api-react
Last synced: 3 months ago
JSON representation
react + typescript实现的中后台模板框架,配合https://github.com/kuangshp/nestjs-mysql-api 项目的前端代码
- Host: GitHub
- URL: https://github.com/kuangshp/nestjs-mysql-api-react
- Owner: kuangshp
- License: other
- Created: 2021-04-08T00:24:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T01:47:38.000Z (almost 4 years ago)
- Last Synced: 2025-05-03T23:32:07.504Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 19
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 说明
本项目是使用`react + dva + typescript`实现一套中后台基础模板,主要实现了以下功能,[预览地址](https://admin.yst168.cn/#/admin-web/login)
- [x] 标准的中台项目
- [x] 根据接口生成动态菜单
- [x] 菜单权限拦截(避免手动输入没权限的菜单)
- [x] 使用`dva`进行数据管理