An open API service indexing awesome lists of open source software.

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编写的一款简单高效的前后端分离的权限管理系统

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)