|
@@ -0,0 +1,45 @@
|
|
|
|
|
+[简体中文](./README.md) | English
|
|
|
|
|
+
|
|
|
|
|
+# Ant Design Pro
|
|
|
|
|
+
|
|
|
|
|
+[](https://travis-ci.org/ant-design/test2)
|
|
|
|
|
+
|
|
|
|
|
+An out-of-box UI solution for enterprise applications.
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+- Preview: http://preview.pro.ant.design
|
|
|
|
|
+- Home Page: http://pro.ant.design
|
|
|
|
|
+- Documentation: http://pro.ant.design/docs/getting-started
|
|
|
|
|
+- FAQ: http://pro.ant.design/docs/faq
|
|
|
|
|
+
|
|
|
|
|
+## 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
|
|
|
|
|
+
|
|
|
|
|
+## Usage
|
|
|
|
|
+
|
|
|
|
|
+```
|
|
|
|
|
+$ git clone git@github.com:ant-design/ant-design-pro
|
|
|
|
|
+$ cd ant-design-pro
|
|
|
|
|
+$ npm install
|
|
|
|
|
+$ npm start // Visit http://127.0.0.1:8000
|
|
|
|
|
+```
|
|
|
|
|
+
|
|
|
|
|
+More instruction at [documentation](http://pro.ant.design/docs/getting-started)。
|
|
|
|
|
+
|
|
|
|
|
+## Contributing
|
|
|
|
|
+
|
|
|
|
|
+Any Contribution of following ways will be welcome:
|
|
|
|
|
+
|
|
|
|
|
+- Use Ant Design Pro in your daily work.
|
|
|
|
|
+- Submit [issues](http://github.com/ant-design/ant-design-pro/issues) to report bug or ask questions.
|
|
|
|
|
+- Propose [pull request](http://github.com/ant-design/ant-design-pro/pulls) to improve our code.
|