Commit cc3f75a5 authored by afc163's avatar afc163

update README.md

parent fcb290ef
...@@ -25,13 +25,12 @@ An out-of-box UI solution for enterprise applications. ...@@ -25,13 +25,12 @@ An out-of-box UI solution for enterprise applications.
- :1234: **Mock development**: Easy to use mock development solution - :1234: **Mock development**: Easy to use mock development solution
- :white_check_mark: **UI Test**: Fly safely with unit test and e2e test - :white_check_mark: **UI Test**: Fly safely with unit test and e2e test
## Usage
``` ```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://127.0.0.1:8000 $ npm start # visit http://localhost:8000
``` ```
More instruction at [documentation](http://pro.ant.design/docs/getting-started) More instruction at [documentation](http://pro.ant.design/docs/getting-started)
......
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
## 使用 ## 使用
``` ```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://127.0.0.1:8000 $ npm start # 访问 http://localhost:8000
``` ```
更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started) 更多信息请参考 [使用文档](http://pro.ant.design/docs/getting-started)
......
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