vue-cli添加jquery

在webpack.base.conf.js的頂部加入jquery

var webpack = require("webpack")webpack

在module.exports的最後加入web

plugins: [ide

  //經過ProvidePlugin引入的插件,不須要import引入就能夠直接使用
  new webpack.ProvidePlugin({
    jQuery: "jquery",
    $: "jquery"
  })
]ui

而後必定要從新 run dev插件

相關文章
相關標籤/搜索