https://github.com/ychengcloud/react-vite-admin
This Starter utilizes React, Recoil, React Query, React Hooks, Typescript, Axios And Vite. 全新技术栈的后台管理系统
https://github.com/ychengcloud/react-vite-admin
antd antd-design antd-design-pro axios boilerplate react react-hooks react-query recoil template typescript vite
Last synced: 28 days ago
JSON representation
This Starter utilizes React, Recoil, React Query, React Hooks, Typescript, Axios And Vite. 全新技术栈的后台管理系统
- Host: GitHub
- URL: https://github.com/ychengcloud/react-vite-admin
- Owner: ychengcloud
- License: mit
- Created: 2021-03-30T06:25:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T01:03:21.000Z (over 3 years ago)
- Last Synced: 2024-07-31T22:37:30.903Z (over 1 year ago)
- Topics: antd, antd-design, antd-design-pro, axios, boilerplate, react, react-hooks, react-query, recoil, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 579 KB
- Stars: 239
- Watchers: 6
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ant-design - react-vite-admin - React, Recoil, React Query, React Hooks, Typescript, Axios. (Boilerplates / Themes)
README
# React + Recoil + React Query + React Hooks + Typescript + Axios + Vite - Starter
This Starter utilizes React, Recoil, React Query, React Hooks, Typescript, Axios And Vite.
## [中文文档](./README_ZH.md)
## Screenshot


## Installation
Clone this repo and install all dependencies
```
git clone https://github.com/ychengcloud/react-vite-admin.git
cd react-vite-admin
yarn install
```
## Development
```
yarn dev
```
## Build
```
yarn build
```
## Publish
```
yarn dist
```
## Contributing
Your contributions are always welcome! [Click Here to read the guidelines](./contributing.md).
## Thanks
- [Antd Design](https://ant.design)
- [Antd Design Pro](https://pro.ant.design/)
- [Vite](https://vitejs.dev/)
- [React Query](https://react-query.tanstack.com/)
- [React antd admin](https://github.com/WinmezzZ/react-antd-admin.git)
- [vue-vben-admin](https://github.com/anncwb/vue-vben-admin)
## License
[MIT](./LICENSE)