https://github.com/xieyezi/react-vite-admin
Management system with react, vite, zustand, ant-design and typescript.
https://github.com/xieyezi/react-vite-admin
management management-systems react typescript vite zustand
Last synced: 3 months ago
JSON representation
Management system with react, vite, zustand, ant-design and typescript.
- Host: GitHub
- URL: https://github.com/xieyezi/react-vite-admin
- Owner: xieyezi
- Created: 2021-06-09T09:47:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T08:22:40.000Z (over 4 years ago)
- Last Synced: 2025-07-04T23:49:06.327Z (3 months ago)
- Topics: management, management-systems, react, typescript, vite, zustand
- Language: TypeScript
- Homepage:
- Size: 1.64 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
English | [็ฎไฝไธญๆ](./README.zh_CN.md)
React Antd Admin
## โจ Features
- ๐ **Hooks**: Use react hooks API instead of traditional class API
- ๐ก **TypeScript**: A language for application-scale JavaScript
- ๐ **Common Templates**: Typical templates for enterprise applications
- ๐ **State of The Art Development**: Newest development stack of React/hooks/Zustand/antd/typescript
- โ๏ธ **Best Practices**: Solid workflow to make your code healthy
- ๐ข **Mock development**: Easy to use mock development solution
- ๐ **International**: Built-in i18n solution
- โ **Usage**: No barriers to use with complete documentation and detailed comments## โกpreview

## ๐ฆ Install
```bash
$ git clone https://github.com/xieyezi/react-vite-admin.git
$ cd react-vite-admin# yarn
$ yarn install
$ yarn dev# npm
$ npm run install
$ npm run dev
```## ๐จ Build
```
# yarn
$ yarn install
$ yarn build```bash
# npm
$ npm install
$ npm run build
```## ๐ฅ Browsers support
Modern browsers and Internet Explorer 10+.
| [
](http://godban.github.io/browsers-support-badges/)IE / Edge | [
](http://godban.github.io/browsers-support-badges/)Firefox | [
](http://godban.github.io/browsers-support-badges/)Chrome | [
](http://godban.github.io/browsers-support-badges/)Safari | [
](http://godban.github.io/browsers-support-badges/)Opera | [
](http://godban.github.io/browsers-support-badges/)Electron |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |## ๐ค Contributing
We very much welcome your contribution, you can build together with us in the following ways ๐
- Use Ant Design Pro in your daily work.
- Submit [GitHub issues](https://github.com/xieyezi/react-vite-admin/issues) to report bugs or ask questions.
- Propose [Pull Request](https://github.com/xieyezi/react-vite-admin/pulls) to improve our code.