基于jquery多页面webpack配置 --config 配置信息 --src 开发环境 ---components 封装的组件 ---images 公共的图片 ---css 公共的css ---js 公共的js ---page ----${pagename} 页面的模块 ----- components 页面独立模块 -----index.styl 主styl -----index.js 主js -----${pagename}.html 主html --static 用于一些文本编辑器的赋值文件 打包: npm run build 修改打包地址: config/index.js 开发启动: npm run dev 访问: http://localhost:8081/html/index/index.html 自动刷新访问: http://localhost:3000/html/index/index.html 优化文章 https://juejin.im/post/5a63f082f265da3e303c95cc http://www.imooc.com/article/21213?block_id=tuijian_wz