离线状态下引入Echarts
【本文章仅为neiwang使用步骤】
1. 将echarts的压缩包解压到 node_modules 下面
2. 将tslib、zrender的压缩包解压到 node_modules 下面
3. mian.ts 中引入:
import * as echarts from 'echarts' ;
4. 界面文件中引入:
import * as echarts from 'echarts' ;
界面文件中使用
待补充
【本文章仅为neiwang使用步骤】
1. 将echarts的压缩包解压到 node_modules 下面
2. 将tslib、zrender的压缩包解压到 node_modules 下面
3. mian.ts 中引入:
import * as echarts from 'echarts' ;
4. 界面文件中引入:
import * as echarts from 'echarts' ;
界面文件中使用
待补充