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

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.

Awesome Lists containing this project

README

          

English | [็ฎ€ไฝ“ไธญๆ–‡](./README.zh_CN.md)

React Antd Admin

The best practices for React Hooks + Vite + Antd + Zustand + Typescript๐Ÿš€.


React


ant-design


ant-design


Redux


Typescript

## โœจ 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

![dashboard.png](https://i.loli.net/2021/06/29/Q8DqaBeK4NngzE1.png)

## ๐Ÿ“ฆ 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+.

| [IE / Edge](http://godban.github.io/browsers-support-badges/)IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](http://godban.github.io/browsers-support-badges/)Safari | [Opera](http://godban.github.io/browsers-support-badges/)Opera | [Electron](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.