English | 简体中文
An out-of-box UI solution for enterprise applications as a React boilerplate.
Based on Ant Design Pro, it is meticulously extended, developed with JavaScript, and uses a real background interface.
- 💎 Neat Design: Follow Ant Design specification
- 📐 Common Templates: Typical templates for enterprise applications
- 🚀 State of The Art Development: Newest development stack of React/umi/dva/antd
- 📱 Responsive: Designed for variable screen sizes
- 🎨 Theming: Customizable theme with simple config
- 🌐 International: Built-in i18n solution
- ⚙️ Best Practices: Solid workflow to make your code healthy
- 🔢 Mock development: Easy to use mock development solution
- 📜 Dynamic menu:Realize dynamic menu and button level authority control
$ git clone https://github.com/hankaibo/amy-react.git amy
$ cd amy
$ npm install (or npm --registry https://registry.npm.taobao.org install)
$ npm start # visit http://localhost:8000(local mock api)
or
npm run dev # visit http://localhost:9000(your api)
or
npm run pre # visit http://localhost:9000(my online api)
Modern browsers and IE11.
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Thank you very much, Jetbrains.