Webcourse/22-前端工程化/z商城系统.md
qianguyihao ca8ea46c72 update
2018-05-04 20:36:07 +08:00

57 lines
395 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

02-商城系统.md
## 商城系统介绍
### 商城系统包含的模块
- 商品列表
- 购物车
- 地址
- 结算
- 订单
- 登录等
### 技术栈
前端使用Vue 全家桶以及 ES6。
后端使用Express 框架、DB 使用 Mongo。
### 项目整体架构
20180302_1850.png
### 课程安排
20180302_1851.png
20180302_1852.png
### 项目地址