项目作者: xieyezi

项目描述 :
Management system with react, vite, zustand, ant-design and typescript.
高级语言: TypeScript
项目地址: git://github.com/xieyezi/react-vite-admin.git
创建时间: 2021-06-09T09:47:54Z
项目社区:https://github.com/xieyezi/react-vite-admin

开源协议:

下载


English | 简体中文

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

📦 Install

  1. $ git clone https://github.com/xieyezi/react-vite-admin.git
  2. $ cd react-vite-admin
  3. # yarn
  4. $ yarn install
  5. $ yarn dev
  6. # npm
  7. $ npm run install
  8. $ npm run dev

🔨 Build

  1. # yarn
  2. $ yarn install
  3. $ yarn build
  4. ```bash
  5. # npm
  6. $ npm install
  7. $ npm run build

🖥 Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
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 to report bugs or ask questions.
  • Propose Pull Request to improve our code.