1:工程添加echarts, npm install echarts --save yarn add echarts --save 2:在main.js中引入echarts import echarts from 'echarts' 3:須要註冊百度地圖API的密匙; 註冊地址:lbsyun.baidu.com/ 4:在index.html中全局引用 5:地圖右下角有說明 在index.html中引入以下代碼html
6:而後按照echart例子就能夠顯示出來了 例子地址:echarts.baidu.com/examples/ed…npm