第一步:package.json
第二步:控制台
npm(cnpm) install // 安装
第三步:webpack.base.conf.js
plugins: [ new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery" }) ]