21第三方類庫抽離

以分離jquery庫和vue爲例: 安裝jquery npm install jquery –savecss 在entry.js裏面使用jquery代碼: $(‘#title’).html(‘你還好嗎?’); 在webpack.config.js裏面引入jquery插件html new webpack.ProvidePlugin({ $:'jquery' }), 在最上面要寫:var webp
相關文章
相關標籤/搜索