|
@@ -66,7 +66,13 @@ $ npm install
|
|
|
$ npm start # visit http://localhost:8000
|
|
$ 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)
|
|
|
|
|
|
|
+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 init
|
|
|
|
|
+```
|
|
|
|
|
|
|
|
More instruction at [documentation](http://pro.ant.design/docs/getting-started)。
|
|
More instruction at [documentation](http://pro.ant.design/docs/getting-started)。
|
|
|
|
|
|