vue项目中正确引用jquery

1.安装jquery依赖

npm install jquery --save

  

2.修改两处配置文件

vue项目中正确引用jquery

a.引入webpack

vue项目中正确引用jquery

b.配置jquery插件

vue项目中正确引用jquery

3.在页面中使用jquery

 vue项目中正确引用jquery

完毕!