English | 简体中文
- 💎 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
$ 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
# yarn
$ yarn install
$ yarn build
```bash
# npm
$ npm install
$ npm run build
Modern browsers and Internet Explorer 10+.
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
Electron |
---|---|---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
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 to report bugs or ask questions.
- Propose Pull Request to improve our code.