2021年2月5日
摘要: //搭建环境 //package.json文件 npm init //安装webpack npm install webpack -g npm install webpack-cli -g //插件 npm install html-webpack-plugin --save-dev npm ins 阅读全文
posted @ 2021-02-05 21:10 biind 阅读(156) 评论(0) 推荐(0)
摘要: //搭建环境 //package.json文件 npm init //安装webpack npm install webpack -g npm install webpack-cli -g //简单打包 webpack ./a.js ./bundle.js //插件 npm install html 阅读全文
posted @ 2021-02-05 20:52 biind 阅读(115) 评论(0) 推荐(0)
摘要: //搭建环境 //package.json文件 npm init //安装webpack npm install webpack -g npm install webpack-cli -g //简单打包 webpack ./a.js ./bundle.js 阅读全文
posted @ 2021-02-05 20:47 biind 阅读(66) 评论(0) 推荐(0)