Aucune description

niko 2b8d0aab53 add pro-cli docs (#49) il y a 8 ans
mock 1e54651cd4 update mock data il y a 8 ans
public 57eb471a2d use cdn combo il y a 8 ans
src 9b55900dc4 fix button list rule il y a 8 ans
tests 36d3f39509 upgrade to React 16 il y a 8 ans
.editorconfig d7ddf3ab8d Extract scaffold to independent git repo il y a 8 ans
.eslintrc 12f41ad836 upgrade enzyme il y a 8 ans
.gitignore 2d1148ebe5 Add UI Test (#10) il y a 8 ans
.roadhogrc c10ca6f363 Remove dva from component (#26) il y a 8 ans
.roadhogrc.mock.js ca45dd03f2 update tag clound il y a 8 ans
.stylelintrc f6c32c25af add stylelintrc il y a 8 ans
.travis.yml 2d1148ebe5 Add UI Test (#10) il y a 8 ans
CNAME 435434d2a9 Add CNAME il y a 8 ans
CODE_OF_CONDUCT.md 35129a98d0 Create CODE_OF_CONDUCT.md il y a 8 ans
LICENSE a347918d8b Create LICENSE il y a 8 ans
README.en-US.md 2b8d0aab53 add pro-cli docs (#49) il y a 8 ans
README.md 2b8d0aab53 add pro-cli docs (#49) il y a 8 ans
package.json ed38f7efdd Add moment as deps il y a 8 ans
webpack.config.js 1ae2d59c1b Avoid import moment locales il y a 8 ans

README.en-US.md

简体中文 | English

Ant Design Pro

Gitter

An out-of-box UI solution for enterprise applications.

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
  - 分析页
  - 监控页
  - 工作台
- 表单页
  - 基础表单页
  - 分步表单页
  - 高级表单页
- 列表页
  - 查询表格
  - 标准列表
  - 卡片列表
  - 搜索列表(项目/应用/文章)
- 详情页
  - 基础详情页
  - 高级详情页
- 结果
  - 成功页
  - 失败页
- 异常
  - 403 无权限
  - 404 找不到
  - 500 服务器出错
- 帐户
  - 登录
  - 注册
  - 注册成功

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

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.