DAY 1

核心技术

页面

  • 商城首页
  • 登陆
  • 商城产品站
  • 商城详情
  • 购物车
  • 订单确认
  • 订单支付(微信/支付宝)
  • 订单列表
    组件
  • NavHeader(导航组件)
  • NavFooter(底部组件)
  • ServiceBar(服务条组件)
  • ProductParam(产品参数组件)
  • OrderHeader(订单头部组件)
  • Loading(加载组件)
  • Model(弹框组件)
  • NoData(无数据组件)
  • ScanPayCode(支付组件)
    技术栈
    Vue项目——仿小米商城记录Node 环境安装
    Git安装
    Git 配置
  • git config -list 查看当前 git 配置
  • git config -global user.name “hello” 把当前用户名设置为xxx 并且为全局配置
  • git config -global user.email “[email protected]” 将当前邮箱设置为xxx,并且为全局配置
  • git config -global credential.helper store
  • ssh-****** -t rsa -C “[email protected]

相关文章:

  • 2022-02-09
  • 2022-02-09
  • 2022-02-09
  • 2021-05-17
  • 2022-02-09
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-11-12
  • 2021-05-07
  • 2022-02-09
  • 2021-12-05
  • 2021-04-02
  • 2021-10-30
  • 2022-02-09
相关资源
相似解决方案