Нема описа

afc163 f2817dfd3d refactor TagSelect state, close #161 пре 8 година
mock ea78a8e82a update mock data пре 8 година
public aa75b44098 add ie meta пре 8 година
src f2817dfd3d refactor TagSelect state, close #161 пре 8 година
tests 61c9124a01 CI in windows (#89) пре 8 година
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo пре 8 година
.eslintrc 12f41ad836 upgrade enzyme пре 8 година
.ga ae1f594ff8 change .ga code пре 8 година
.gitignore 2d1148ebe5 Add UI Test (#10) пре 8 година
.roadhogrc 874afcc31d Use es module (#86) пре 8 година
.roadhogrc.mock.js ecdfb4c291 change default profile пре 8 година
.stylelintrc f6c32c25af add stylelintrc пре 8 година
.travis.yml 2d1148ebe5 Add UI Test (#10) пре 8 година
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md пре 8 година
LICENSE a347918d8b Create LICENSE пре 8 година
README.md e08b003fa7 Update README.md пре 8 година
README.zh-CN.md 737830a04f update readme for cli пре 8 година
appveyor.yml 61c9124a01 CI in windows (#89) пре 8 година
package.json 3fbfc927ef bump 0.2.3-rc.0 to fixed Ellipsis пре 8 година

README.md

English | 简体中文

Ant Design Pro

Build status Gitter

An out-of-box UI solution for enterprise applications as a React boilerplate.

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
  • :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

$ git clone git@github.com:ant-design/ant-design-pro --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

$ npm install ant-design-pro-cli -g
$ mkdir pro-demo && cd pro-demo
$ pro new

More instruction at documentation

Compatibility

Modern browsers and IE11.

Contributing

Any Contribution of following ways will be welcome:

  • Use Ant Design Pro in your daily work.
  • Submit issue to report bug or ask questions.
  • Propose pull request to improve our code.