Нет описания

yoyo837 ebb4db4748 add screen-xxl 7 лет назад
.circleci ade5cbba31 add circleci support 7 лет назад
mock 645f7daf49 support perttier 7 лет назад
public 0d2a250e0d remove public/sample.js 8 лет назад
src ebb4db4748 add screen-xxl 7 лет назад
tests ade5cbba31 add circleci support 7 лет назад
.babelrc.js 3cfbae3b31 fix ci 7 лет назад
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo 8 лет назад
.eslintrc.js d7b87c27db fix some eslint error 7 лет назад
.ga ae1f594ff8 change .ga code 8 лет назад
.gitignore 484d71d8e1 vscode support alias 7 лет назад
.prettierignore 2982d86992 add ejs file to .prettierignore 7 лет назад
.prettierrc 645f7daf49 support perttier 7 лет назад
.roadhogrc.mock.js 645f7daf49 support perttier 7 лет назад
.stylelintrc 645f7daf49 support perttier 7 лет назад
.travis.yml 84dd304e4d Add build to travis ci (#565) 8 лет назад
.webpackrc.js fc8c9a5159 upgrade modules 7 лет назад
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md 8 лет назад
LICENSE cc37cabad4 2017 => 2018 8 лет назад
README.md 566d407222 Add deps badges 7 лет назад
README.zh-CN.md 566d407222 Add deps badges 7 лет назад
appveyor.yml cb88864b4e Fast finish for ci 7 лет назад
jsconfig.json 484d71d8e1 vscode support alias 7 лет назад
package.json 8de6bda1be Bump moment version to handle dependency security (https://nodesecurity.io/advisories/532) 7 лет назад

README.md

English | 简体中文

Ant Design Pro

Build status Dependencies DevDependencies 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: Theming: 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 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

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