webpack3.0:webpack3.0多页面搭建

时间:2021-05-17 15:00:45
【文件属性】:
文件名称:webpack3.0:webpack3.0多页面搭建
文件大小:260KB
文件格式:ZIP
更新时间:2021-05-17 15:00:45
JavaScript 基于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 访问: 自动刷新访问: 优化文章
【文件预览】:
webpack3.0-master
----.gitignore(145B)
----.babelrc(169B)
----webpack.dev.js(3KB)
----package.json(2KB)
----src()
--------components()
--------images()
--------js()
--------css()
--------page()
----postcss.config.js(161B)
----README.md(808B)
----webpack.common.js(6KB)
----config()
--------index.js(540B)
----webpack.build.js(4KB)

网友评论