Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xieyezi/semi-design-pro
基于semi-design构建的admin管理系统
https://github.com/xieyezi/semi-design-pro
admin admin-template react react-hooks semi-design typescript
Last synced: about 1 month ago
JSON representation
基于semi-design构建的admin管理系统
- Host: GitHub
- URL: https://github.com/xieyezi/semi-design-pro
- Owner: xieyezi
- Created: 2021-10-27T03:32:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T08:50:54.000Z (about 3 years ago)
- Last Synced: 2024-06-01T08:32:03.480Z (7 months ago)
- Topics: admin, admin-template, react, react-hooks, semi-design, typescript
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 94
- Watchers: 6
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
English | [简体中文](./README.zh_CN.md)
React Semi Admin
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
```bash
$ 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
```bash
# yarn
$ yarn install
$ yarn build:dev# npm
$ npm install
$ npm run build:dev
```## 🖥 Browsers support
Modern browsers and Internet Explorer 10+.
| [](http://godban.github.io/browsers-support-badges/)IE / Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari | [](http://godban.github.io/browsers-support-badges/)Opera | [](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 |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](https://github.com/xieyezi/semi-admin/issues) to report bugs or ask questions.
- Propose [Pull Request](https://github.com/xieyezi/semi-admin/pulls) to improve our code.