# amap-echarts **Repository Path**: graysonwp/amap-echarts ## Basic Information - **Project Name**: amap-echarts - **Description**: amap & echarts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AMapEcharts 在高德地图中展示 [echarts](https://echarts.baidu.com/index.html) 图表 ## 文档 🚀 https://liuweigl.github.io/amap-echarts/ ## 更新日志 :notes: [查看更新日志](./CHANGELOG.md) ## 本地测试 下载项目 ```bash git clone https://github.com/liuweiGL/amap-echarts.git ``` 安装依赖 ```bash npm install # 推荐 yarn ``` 启动开发服务 ```bash yarn start ```