1.0.0 • Published 4 years ago

mall-client-ssr v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

ty-shop-nuxt

My stylish Nuxt.js project

在组件中添加 wechatLogin:false 则跳过微信认证中间件 在组件中添加 checkCustomer:false 则跳过校验客户中间件

Mall Pages Describe | 商城页面概览

  1. /index 首页
    1. /index/index 商品列表
    2. /index/order 未完成订单查询
    3. /index/search 已完成订单查询
    4. /index/mine 个人信息页面
  2. /product-detail 商品详情
  3. /place-order 下单页面
  4. /driver-list 司机列表
  5. /driver-create 创建以及编辑司机
  6. /address-list 地址列表
  7. /address-create 创建以及编辑地址
  8. /order-detail 订单详情
  9. /invitees 被推荐人列表
  10. /point-lead-board 积分排行榜
  11. /point-flows 积分流水
  12. /profile 信息管理
  13. /customer-complete
    1. /customer-complete/id-card 上传身份证
    2. /customer-complete/biz-license 上传营业执照
    3. /customer-complete/attorney 上传委托书
    4. /customer-complete/state 上传状态查看
  14. /bank-account 打款资料页面
  15. /account 账号信息
  16. /admin-user 业务员信息
  17. /invite-qr 推广码

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.