Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
docs: 添加开发服务文档
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL committed Aug 18, 2019
1 parent 6608f16 commit 2934c13
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@

在高德地图中展示 [echarts](https://echarts.baidu.com/index.html) 图表


## 文档

🚀 https://liuweigl.github.io/amap-echarts/

## 本地测试

下载项目

```bash
git clone https://github.com/liuweiGL/amap-echarts.git
```

安装依赖

```bash
npm install

# 推荐
yarn
```

启动开发服务

```bash
yarn start
```

0 comments on commit 2934c13

Please sign in to comment.