Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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管理系统

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+.

| [IE / Edge](http://godban.github.io/browsers-support-badges/)IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](http://godban.github.io/browsers-support-badges/)Safari | [Opera](http://godban.github.io/browsers-support-badges/)Opera | [Electron](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 |

## 🤝 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](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.