Commit a85b3648 authored by afc163's avatar afc163

update README.md

parent cf37e9a4
简体中文 | [English](./README.en-US.md) English | [简体中文](./README.zh-CN.md)
# Ant Design Pro # Ant Design Pro
[![](https://img.shields.io/travis/ant-design/ant-design-pro.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-pro) [![Build status](https://ci.appveyor.com/api/projects/status/67fxu2by3ibvqtat/branch/master?svg=true)](https://ci.appveyor.com/project/afc163/ant-design-pro/branch/master) [![Gitter](https://badges.gitter.im/ant-design/ant-design-pro.svg)](https://gitter.im/ant-design/ant-design-pro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![](https://img.shields.io/travis/ant-design/ant-design-pro.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-pro) [![Gitter](https://badges.gitter.im/ant-design/ant-design-pro.svg)](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.
![](https://gw.alipayobjects.com/zos/rmsportal/xEdBqwSzvoSapmnSnYjU.png) ![](https://gw.alipayobjects.com/zos/rmsportal/xEdBqwSzvoSapmnSnYjU.png)
- 预览:http://preview.pro.ant.design - Preview: http://preview.pro.ant.design
- 首页:http://pro.ant.design - Home Page: http://pro.ant.design
- 使用文档:http://pro.ant.design/docs/getting-started - Documentation: http://pro.ant.design/docs/getting-started
- 常见问题:http://pro.ant.design/docs/faq - FAQ: http://pro.ant.design/docs/faq
## 特性 ## Features
- :gem: **优雅美观**:基于 Ant Design 体系精心设计 - :gem: **Neat Design**: Follow Ant Design specification
- :triangular_ruler: **常见设计模式**:提炼自中后台应用的典型页面和场景 - :triangular_ruler: **Common Templates**: Typical templates for enterprise applications
- :rocket: **最新技术栈**:使用 React/dva/antd 等前端前沿技术开发 - :rocket: **State of The Art Development**: Newest development stack of React/dva/antd
- :iphone: **响应式**:针对不同屏幕大小设计 - :iphone: **Responsive**: Designed for varies of screen size
- :art: **主题**:可配置的主题满足多样化的品牌诉求 - :art: **Themeing**: Customizable theme with simple config
- :globe_with_meridians: **国际化**:内建业界通用的国际化方案 - :globe_with_meridians: **International**: Built-in i18n solution
- :gear: **最佳实践**:良好的工程实践助您持续产出高质量代码 - :gear: **Best Practice**: Solid workflow make your code health
- :1234: **Mock 数据**:实用的本地数据调试方案 - :1234: **Mock development**: Easy to use mock development solution
- :white_check_mark: **UI 测试**:自动化测试保障前端产品质量 - :white_check_mark: **UI Test**: Fly safely with unit test and e2e test
## 模板 ## Templates
``` ```
- Dashboard - 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 无权限 - 403
- 404 找不到 - 404
- 500 服务器出错 - 500
- 帐户 - User
- 登录 - Login
- 注册 - Register
- 注册成功 - Register Result
``` ```
## 使用 ## Usage
```bash ```bash
$ git clone git@github.com:ant-design/ant-design-pro --depth=1 $ git clone git@github.com:ant-design/ant-design-pro --depth=1
$ cd ant-design-pro $ cd ant-design-pro
$ npm install $ npm install
$ npm start # 访问 http://localhost:8000 $ npm start # visit http://localhost:8000
``` ```
也可以使用集成化的 [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli) 工具。 Or you can use the command tool: [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli)
```bash ```bash
$ npm install ant-design-pro-cli -g $ npm install ant-design-pro-cli -g
...@@ -74,16 +74,16 @@ $ mkdir pro-demo && cd pro-demo ...@@ -74,16 +74,16 @@ $ mkdir pro-demo && cd pro-demo
$ pro init $ pro init
``` ```
更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started) More instruction at [documentation](http://pro.ant.design/docs/getting-started)
## 兼容性 ## Compatibility
现代浏览器及 IE11。 Modern browsers and IE11.
## 参与贡献 ## Contributing
我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 :smiley:: Any Contribution of following ways will be welcome:
- 在你的公司或个人项目中使用 Ant Design Pro。 - Use Ant Design Pro in your daily work.
- 通过 [Issue](http://github.com/ant-design/ant-design-pro/issues) 报告 bug 或进行咨询。 - Submit [issue](http://github.com/ant-design/ant-design-pro/issues) to report bug or ask questions.
- 提交 [Pull Request](http://github.com/ant-design/ant-design-pro/pulls) 改进 Pro 的代码。 - Propose [pull request](http://github.com/ant-design/ant-design-pro/pulls) to improve our code.
[简体中文](./README.md) | English [English](./README.md) | 简体中文
# Ant Design Pro # Ant Design Pro
[![](https://img.shields.io/travis/ant-design/ant-design-pro.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-pro) [![Gitter](https://badges.gitter.im/ant-design/ant-design-pro.svg)](https://gitter.im/ant-design/ant-design-pro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![](https://img.shields.io/travis/ant-design/ant-design-pro.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design-pro) [![Build status](https://ci.appveyor.com/api/projects/status/67fxu2by3ibvqtat/branch/master?svg=true)](https://ci.appveyor.com/project/afc163/ant-design-pro/branch/master) [![Gitter](https://badges.gitter.im/ant-design/ant-design-pro.svg)](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. 开箱即用的中台前端/设计解决方案。
![](https://gw.alipayobjects.com/zos/rmsportal/xEdBqwSzvoSapmnSnYjU.png) ![](https://gw.alipayobjects.com/zos/rmsportal/xEdBqwSzvoSapmnSnYjU.png)
- Preview: http://preview.pro.ant.design - 预览:http://preview.pro.ant.design
- Home Page: http://pro.ant.design - 首页:http://pro.ant.design
- Documentation: http://pro.ant.design/docs/getting-started - 使用文档:http://pro.ant.design/docs/getting-started
- FAQ: http://pro.ant.design/docs/faq - 常见问题:http://pro.ant.design/docs/faq
## Features ## 特性
- :gem: **Neat Design**: Follow Ant Design specification - :gem: **优雅美观**:基于 Ant Design 体系精心设计
- :triangular_ruler: **Common Templates**: Typical templates for enterprise applications - :triangular_ruler: **常见设计模式**:提炼自中后台应用的典型页面和场景
- :rocket: **State of The Art Development**: Newest development stack of React/dva/antd - :rocket: **最新技术栈**:使用 React/dva/antd 等前端前沿技术开发
- :iphone: **Responsive**: Designed for varies of screen size - :iphone: **响应式**:针对不同屏幕大小设计
- :art: **Themeing**: Customizable theme with simple config - :art: **主题**:可配置的主题满足多样化的品牌诉求
- :globe_with_meridians: **International**: Built-in i18n solution - :globe_with_meridians: **国际化**:内建业界通用的国际化方案
- :gear: **Best Practice**: Solid workflow make your code health - :gear: **最佳实践**:良好的工程实践助您持续产出高质量代码
- :1234: **Mock development**: Easy to use mock development solution - :1234: **Mock 数据**:实用的本地数据调试方案
- :white_check_mark: **UI Test**: Fly safely with unit test and e2e test - :white_check_mark: **UI 测试**:自动化测试保障前端产品质量
## Templates ## 模板
``` ```
- Dashboard - Dashboard
...@@ -57,16 +57,16 @@ An out-of-box UI solution for enterprise applications. ...@@ -57,16 +57,16 @@ An out-of-box UI solution for enterprise applications.
- 注册成功 - 注册成功
``` ```
## Usage ## 使用
```bash ```bash
$ git clone git@github.com:ant-design/ant-design-pro --depth=1 $ git clone git@github.com:ant-design/ant-design-pro --depth=1
$ cd ant-design-pro $ cd ant-design-pro
$ npm install $ npm install
$ npm start # visit http://localhost:8000 $ npm start # 访问 http://localhost:8000
``` ```
Or you can use the command tool: [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli) 也可以使用集成化的 [ant-design-pro-cli](https://github.com/ant-design/ant-design-pro-cli) 工具。
```bash ```bash
$ npm install ant-design-pro-cli -g $ npm install ant-design-pro-cli -g
...@@ -74,16 +74,16 @@ $ mkdir pro-demo && cd pro-demo ...@@ -74,16 +74,16 @@ $ mkdir pro-demo && cd pro-demo
$ pro init $ pro init
``` ```
More instruction at [documentation](http://pro.ant.design/docs/getting-started) 更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)
## Compatibility ## 兼容性
Modern browsers and IE11. 现代浏览器及 IE11。
## Contributing ## 参与贡献
Any Contribution of following ways will be welcome: 我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 :smiley::
- Use Ant Design Pro in your daily work. - 在你的公司或个人项目中使用 Ant Design Pro。
- Submit [issue](http://github.com/ant-design/ant-design-pro/issues) to report bug or ask questions. - 通过 [Issue](http://github.com/ant-design/ant-design-pro/issues) 报告 bug 或进行咨询。
- Propose [pull request](http://github.com/ant-design/ant-design-pro/pulls) to improve our code. - 提交 [Pull Request](http://github.com/ant-design/ant-design-pro/pulls) 改进 Pro 的代码。
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment