semi-admin
v1.0.0
Published
- ๐ **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 de
Downloads
3
Readme
English | ็ฎไฝไธญๆ
The best practices for React Hooks + Vite + Semi + Zustand + 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/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
โกpreview
developing...
๐ฆ Install
$ git clone https://github.com/xieyezi/semi-design-pro
$ cd semi-design-pro
# yarn
$ yarn install
$ yarn dev
# npm
$ npm 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 | Firefox | Chrome | Safari | Opera | 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 Semi Admin in your daily work.
- Submit GitHub issues to report bugs or ask questions.
- Propose Pull Request to improve our code.