Skip to content

Commit 28dae8f

Browse files
committed
new tree model
1 parent 005e283 commit 28dae8f

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -204,27 +204,25 @@ npm run build
204204
├── elm // 上线项目文件,放在服务器即可正常访问
205205
├── screenshots // 项目截图
206206
├── src // 源码目录
207-
│   ├── App.vue
208-
│   ├── components
209-
│   │   ├── common
210-
│   │   │   ├── alertTip.vue
211-
│   │   │   ├── buyCart.vue
212-
│   │   │   ├── computeTime.vue
213-
│   │   │   ├── loading.vue
214-
│   │   │   ├── mixin.js
215-
│   │   │   ├── ratingStar.vue
216-
│   │   │   └── shoplist.vue
207+
│   ├── components // 组件
208+
│   │   ├── common // 公共组件
209+
│   │   │   ├── alertTip.vue // 弹出框组件
210+
│   │   │   ├── buyCart.vue // 购物车组件
211+
│   │   │   ├── computeTime.vue // 倒计时组件
212+
│   │   │   ├── loading.vue // 页面初始化加载数据的动画组件
213+
│   │   │   ├── mixin.js // 组件混合(包括:指令-下拉加载更多,处理图片地址)
214+
│   │   │   ├── ratingStar.vue // 评论的五颗星组件
215+
│   │   │   └── shoplist.vue // msite和shop页面的餐馆列表公共组件
217216
│   │   ├── footer
218-
│   │   │   └── footGuide.vue
217+
│   │   │   └── footGuide.vue // 底部公共组件
219218
│   │   └── header
220-
│   │   └── head.vue
219+
│   │   └── head.vue // 头部公共组件
221220
│   ├── config
222221
│   │   ├── env.js
223222
│   │   ├── fetch.js
224223
│   │   ├── mUtils.js
225224
│   │   └── rem.js
226225
│   ├── images
227-
│   ├── main.js
228226
│   ├── page
229227
│   │   ├── balance
230228
│   │   │   ├── balance.vue
@@ -322,8 +320,11 @@ npm run build
322320
│   ├── common.scss
323321
│   ├── mixin.scss
324322
│   └── swiper.min.css
323+
│   ├── App.vue
324+
│   ├── main.js
325325
├── favicon.ico
326326
├── index.html
327+
.
327328
328329
56 directories, 203 files
329330
```

0 commit comments

Comments
 (0)