A Vue.js project
# install dependencies
git clone [email protected]:ShoutongLiu/shop.git
cd shop
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
│ index.html
│ package.json
│ README.md
│
├─build //webpack构建文件
│
├─config //webpack配置文件
│
├─src
│ │ App.vue //入口文件
│ │ main.js
│ │
│ ├─components //组件文件
│ │
│ ├─router //路由文件
│ │
│ └─vuex //全局状态管理文件
│
└─static //静态文件
- 商品详情展示
- 发表评论
- 分页功能
- 懒加载
- 加入购物车
- 购物车删除
- 价格结算
- 收货人信息校验
- 订单提交
- 订单列表
- 订单支付
- 订单签收
- 登录,退出
-
界面美观
-
代码优化
-
新增其他模块
顺手给个start激励一下!