1.0.0 • Published 2 years ago

semi-admin v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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 / EdgeFirefoxChromeSafariOperaElectron
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 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.