Skip to content

Commit

Permalink
README 增加文档以及demo说明
Browse files Browse the repository at this point in the history
  • Loading branch information
JserWang committed Aug 19, 2018
1 parent 84b97de commit b175484
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,20 @@ render(<Map ak="WAeVpuoSBH4NswS30GNbCRrlsmdGB5Gv" />,
## 协议

[MIT 许可证](https://opensource.org/licenses/MIT)


## 如何本地启动demo

* 进入`examples`目录,执行

```bash
yarn install # 安装相关依赖
npm run dev # 启动本地服务
```

## 如何启动本地文档
* 进入`docs`目录,执行

```bash
vuepress dev # 文档由vuepress驱动
```
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"antd": "^3.8.1",
"rc-bmap": "0.1.9",
"rc-bmap": "0.2.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
Expand Down

0 comments on commit b175484

Please sign in to comment.