Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10bba10

Browse files
committed
项目目录结构调整
1 parent a3853cd commit 10bba10

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
```
8585
|-- 项目名
86-
|-- src
86+
|-- src 开发环境
8787
|-- html 静态页面模板目录
8888
|-- bgimg 背景图目录(假设有的话)
8989
|-- image 前景图目录(假设有的话)
@@ -101,8 +101,24 @@
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` 三个目录是为了和现有项目保持一致,避免修改过大,所以保持不变。

0 commit comments

Comments
 (0)