vue使用echarts

vue使用echarts

第一步 安装
//安装最新版
npm install echarts --save
//安装指定版本
npm install echarts@4.9.0 --save
第二步 引用
//在需要使用echarts文件中引用
import echarts from 'echarts'
原文地址:https://www.cnblogs.com/dzyany/p/14564938.html