模板布局系统
2016-10-07 17:40:28 0 举报
webpack简单模板布局系统结构图,出自《webpack多页应用架构系列(十三):构建一个简单的模板布局系统》(https://segmentfault.com/a/1190000007159115)
作者其他创作
大纲/内容
html-webpack-plugin
多种布局的方案
components/side-menu组件 - 侧边栏
index/index/html.js模板接口
哪种布局(layout)?
完整的HTML页面
components/footer组件 - 页脚
content.ejs各个页面的实际内容与各个页面的模板接口html.js放在同级目录下
layout/layout管理后台内部布局包含顶部栏、侧边栏、页头页脚等
alert/index/html.js模板接口
index/login/html.js模板接口
components/header组件 - 页头
各页面的模板接口
layout/layout-layout-without-nav管理后台特殊页面布局仅包含页头页脚等
构成页面布局的各个区域
user/modify-info/html.js模板接口
components/top-nav组件 - 顶部栏
user/edit-password/html.js模板接口
各种组件
0 条评论
下一页