English | 简体中文
The best practices for React Hooks + Vite + Semi + Zustand + Typescript🚀.
- 💎 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/Semi/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
developing...
$ git clone https://github.com/xieyezi/semi-design-pro
$ cd semi-design-pro
# yarn
$ yarn install
$ yarn dev
# npm
$ npm install
$ npm run dev
# yarn
$ yarn install
$ yarn build:dev
# npm
$ npm install
$ npm run build:dev
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 Semi Admin in your daily work.
- Submit GitHub issues to report bugs or ask questions.
- Propose Pull Request to improve our code.