21第三方类库抽离

以分离jquery库和vue为例: 安装jquery npm install jquery –savecss 在entry.js里面使用jquery代码: $(‘#title’).html(‘你还好吗?’); 在webpack.config.js里面引入jquery插件html new webpack.ProvidePlugin({ $:'jquery' }), 在最上面要写:var webp
相关文章
相关标签/搜索