Browse Source

update docs

pull/504/head
afc163 9 years ago
parent
commit
366b8148b9
  1. 8
      docs/getting-started.md

8
docs/getting-started.md

@ -65,7 +65,7 @@ export default App;
### 4. 开发调试
一键启动调试,访问 http://127.0.0.1:8000 查看效果。
一键启动调试,访问 http://127.0.0.1:8001 查看效果。
```bash
$ npm run dev
@ -116,6 +116,12 @@ Ant Design React 支持所有的现代浏览器和 IE8+。
}
</style>
## 自行构建
如果想自己维护工作流,推荐使用 [webpack](http://webpack.github.io/) 进行构建和调试,可以参考我们所使用的 [webpack 配置](https://github.com/ant-design/antd-build/blob/master/lib/webpack.common.config.js)。
## 小甜点
- 你可以享用 `npm` 生态圈里的所有模块。

Loading…
Cancel
Save