vue-cli中引用jquery

1.下载:npm install --save jquery 2.在build文件夹下的webpack.base.conf.js中添加(注意添加位置) //在顶部添加 const webpack = require('webpack') 3.//在module.exports = {}末尾添加下面代码 module.exports = { ... plugins: [     new webpac
相关文章
相关标签/搜索