https://github.com/heimi-block/egg-antdesignpro
🏆 开箱即用的中台前端/设计解决方案(搭配egg-RESTfulAPI)
https://github.com/heimi-block/egg-antdesignpro
Last synced: 3 months ago
JSON representation
🏆 开箱即用的中台前端/设计解决方案(搭配egg-RESTfulAPI)
- Host: GitHub
- URL: https://github.com/heimi-block/egg-antdesignpro
- Owner: heimi-block
- License: mit
- Created: 2017-12-28T03:39:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T18:45:55.000Z (over 7 years ago)
- Last Synced: 2025-03-27T11:43:39.464Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 218 KB
- Stars: 140
- Watchers: 8
- Forks: 34
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
English | [简体中文](./README.zh-CN.md)
# Ant Design Pro
[](https://travis-ci.org/ant-design/ant-design-pro) [](https://ci.appveyor.com/project/afc163/ant-design-pro/branch/master) [](https://gitter.im/ant-design/ant-design-pro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
An out-of-box UI solution for enterprise applications as a React boilerplate.

- Preview: http://preview.pro.ant.design
- Home Page: http://pro.ant.design
- Documentation: http://pro.ant.design/docs/getting-started
- FAQ: http://pro.ant.design/docs/faq## Translation Recruitment :loudspeaker:
We need your help: https://github.com/ant-design/ant-design-pro/issues/120
## Features
- :gem: **Neat Design**: Follow [Ant Design specification](http://ant.design/)
- :triangular_ruler: **Common Templates**: Typical templates for enterprise applications
- :rocket: **State of The Art Development**: Newest development stack of React/dva/antd
- :iphone: **Responsive**: Designed for varies of screen size
- :art: **Themeing**: Customizable theme with simple config
- :globe_with_meridians: **International**: Built-in i18n solution
- :gear: **Best Practice**: Solid workflow make your code health
- :1234: **Mock development**: Easy to use mock development solution
- :white_check_mark: **UI Test**: Fly safely with unit test and e2e test## Templates
```
- Dashboard
- Analytic
- Monitor
- Workspace
- Form
- Basic Form
- Step Form
- Advanced From
- List
- Standard Table
- Standard List
- Card List
- Search List (Project/Applications/Article)
- Profile
- Simple Profile
- Advanced Profile
- Result
- Success
- Failed
- Exception
- 403
- 404
- 500
- User
- Login
- Register
- Register Result
```## Usage
```bash
$ git clone https://github.com/ant-design/ant-design-pro.git --depth=1
$ cd ant-design-pro
$ npm install
$ npm start # visit http://localhost:8000
```Or you can use the command tool: [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli)
```bash
$ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo
$ pro new
```More instruction at [documentation](http://pro.ant.design/docs/getting-started)。
## Compatibility
Modern browsers and IE11.
## Contributing
Any Contribution of following ways will be welcome:
- Use Ant Design Pro in your daily work.
- Submit [issue](http://github.com/ant-design/ant-design-pro/issues) to report bug or ask questions.
- Propose [pull request](http://github.com/ant-design/ant-design-pro/pulls) to improve our code.