Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

48 lines (23 loc) · 808 Bytes

基于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

优化文章