File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 8383
8484```
8585|-- 项目名
86- |-- src
86+ |-- src 开发环境
8787 |-- html 静态页面模板目录
8888 |-- bgimg 背景图目录(假设有的话)
8989 |-- image 前景图目录(假设有的话)
101101 |-- core 核心代码:桥接lib中的core,可以进行项目级扩展
102102 |-- fragment 项目公用碎片
103103 |-- module 模块
104- |-- page page桥接文件:src-list
105- |-- export page pack之后的文件
104+ |-- page page桥接文件目录:src-list
105+ |-- export page pack之后的文件目录
106+ |-- src 生产环境
107+ |-- bgimg 背景图目录(假设有的话)
108+ |-- image 前景图目录(假设有的话)
109+ |-- font 字体目录(假设有的话)
110+ |-- scripts 脚本目录
111+ |-- styles(Yo) 样式目录
112+ |-- usage 项目具体实现
113+ |-- mobile
114+ |-- index.css
115+ |-- login.css
116+ |-- and etc...
117+ |-- pad
118+ |-- index.css
119+ |-- login.css
120+ |-- and etc...
121+ |-- and etc...
106122```
107123
108124> ` src ` , ` scripts ` , ` styles ` 三个目录是为了和现有项目保持一致,避免修改过大,所以保持不变。
You can’t perform that action at this time.
0 commit comments