https://github.com/buqiyuan/react-antd-admin
基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统
https://github.com/buqiyuan/react-antd-admin
admin-template ant-design craco create-react-app react react-hooks react-redux typescript
Last synced: about 1 month ago
JSON representation
基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统
- Host: GitHub
- URL: https://github.com/buqiyuan/react-antd-admin
- Owner: buqiyuan
- License: mit
- Created: 2021-08-07T15:38:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T13:01:43.000Z (over 2 years ago)
- Last Synced: 2025-05-08T00:39:47.449Z (about 1 month ago)
- Topics: admin-template, ant-design, craco, create-react-app, react, react-hooks, react-redux, typescript
- Language: TypeScript
- Homepage: http://buqiyuan.gitee.io/react-antd-admin
- Size: 1.67 MB
- Stars: 178
- Watchers: 19
- Forks: 57
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### REACT ANTD ADMIN
## 技术栈
- 编程语言:[TypeScript 4.x](https://www.typescriptlang.org/zh/) + [JavaScript](https://www.javascript.com/)
- 构建工具:[Vite 2.x](https://www.webpackjs.com/)
- 前端框架:[React 18.2.0](https://reactjs.org/)
- 路由工具:[React-router-dom 6.x](https://github.com/remix-run/react-router#readme)
- 状态管理:[Redux/toolkit 1.8.5](https://github.com/ReduxKit/ReduxKit/)
- PC 端 UI 框架:[Ant Design](https://ant.design/components/overview-cn/)
- CSS 预编译:[Stylus](https://stylus-lang.com/) / [Sass](https://sass.bootcss.com/documentation) / [Less](http://lesscss.cn/)
- HTTP 工具:[Axios](https://axios-http.com/)
- Git Hook 工具:[husky](https://typicode.github.io/husky/#/) + [lint-staged](https://github.com/okonet/lint-staged)
- 代码规范:[EditorConfig](http://editorconfig.org) + [Prettier](https://prettier.io/) + [ESLint](https://eslint.org/) + [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript#translation)
- 提交规范:[Commitizen](http://commitizen.github.io/cz-cli/) + [Commitlint](https://commitlint.js.org/#/)
- 单元测试:-
- 自动部署:[GitHub Actions](https://docs.github.com/cn/actions/learn-github-actions)