以VUE项目中引入echarts文件为例:

第一步在VUE项目中找到index.html文件

   引入 :<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.2.1/echarts.js"></script>

 

第二步 在项目找到 build > webpack.base.conf.js

   module.exports = {

          externals: {

             'echarts': 'echarts' (此处为cdn引入的js文件名)

         }

}

第三步 在需要用到的文件中引入

      import echarts  from  echarts

Logo

前往低代码交流专区

更多推荐