Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 2.52 KB

README.en-US.md

File metadata and controls

89 lines (70 loc) · 2.52 KB

简体中文 | English

Ant Design Pro

Gitter

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

Features

  • 💎 Neat Design: Follow Ant Design specification
  • 📐 Common Templates: Typical templates for enterprise applications
  • 🚀 State of The Art Development: Newest development stack of React/dva/antd
  • 📱 Responsive: Designed for varies of screen size
  • 🎨 Themeing: Customizable theme with simple config
  • 🌐 International: Built-in i18n solution
  • ⚙️ Best Practice: Solid workflow make your code health
  • 🔢 Mock development: Easy to use mock development solution
  • 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

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

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.