|
|
@@ -0,0 +1,99 @@
|
|
|
+Русский | [English](./README.md) | [简体中文](./README.zh-CN.md)
|
|
|
+
|
|
|
+# Ant Design Pro
|
|
|
+
|
|
|
+[](https://travis-ci.org/ant-design/ant-design-pro)
|
|
|
+[](https://ci.appveyor.com/project/afc163/ant-design-pro/branch/master)
|
|
|
+[](https://david-dm.org/ant-design/ant-design-pro)
|
|
|
+[](https://david-dm.org/ant-design/ant-design-pro#info=devDependencies&view=list)
|
|
|
+[](https://gitter.im/ant-design/ant-design-pro?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
|
+
|
|
|
+UI-решение "из коробки" для корпоративных приложений как React boilerplate
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+- Демо: http://preview.pro.ant.design
|
|
|
+- Домашняя страница: http://pro.ant.design
|
|
|
+- Документация: http://pro.ant.design/docs/getting-started
|
|
|
+- История изменений: http://pro.ant.design/docs/changelog
|
|
|
+- FAQ: http://pro.ant.design/docs/faq
|
|
|
+- Китайское зеркало сайта: http://ant-design-pro.gitee.io
|
|
|
+
|
|
|
+## Поиск переводчиков :loudspeaker:
|
|
|
+
|
|
|
+Нам нужна ваша помощь: https://github.com/ant-design/ant-design-pro/issues/120
|
|
|
+
|
|
|
+## Возможности
|
|
|
+
|
|
|
+- :gem: **Neat Design**: Follow [Ant Design specification](http://ant.design/)
|
|
|
+- :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 variable screen sizes
|
|
|
+- :art: **Theming**: Customizable theme with simple config
|
|
|
+- :globe_with_meridians: **International**: Built-in i18n solution
|
|
|
+- :gear: **Best Practices**: Solid workflow to make your code healthy
|
|
|
+- :1234: **Mock development**: Easy to use mock development solution
|
|
|
+- :white_check_mark: **UI Test**: Fly safely with unit and e2e tests
|
|
|
+
|
|
|
+## Шаблоны
|
|
|
+
|
|
|
+```
|
|
|
+- 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
|
|
|
+```
|
|
|
+
|
|
|
+## Использование
|
|
|
+
|
|
|
+```bash
|
|
|
+$ 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](https://github.com/ant-design/ant-design-pro-cli)
|
|
|
+
|
|
|
+```bash
|
|
|
+$ npm install ant-design-pro-cli -g
|
|
|
+$ mkdir pro-demo && cd pro-demo
|
|
|
+$ pro new
|
|
|
+```
|
|
|
+
|
|
|
+More instructions at [documentation](http://pro.ant.design/docs/getting-started).
|
|
|
+
|
|
|
+## Совместимость
|
|
|
+
|
|
|
+Modern browsers and IE11.
|
|
|
+
|
|
|
+## Распространение
|
|
|
+
|
|
|
+Any type of contribution is welcome, here are some examples of how you may contribute to this project:
|
|
|
+
|
|
|
+- Use Ant Design Pro in your daily work.
|
|
|
+- Submit [issues](http://github.com/ant-design/ant-design-pro/issues) to report bugs or ask questions.
|
|
|
+- Propose [pull requests](http://github.com/ant-design/ant-design-pro/pulls) to improve our code.
|