vue cli使用script引入js时,需要在index.html中插入script标签,然后在webpack.base.conf.js的externals定义对应的key,然后在组件中使用时可以通过require的方式引入。