You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
huqi 40c5352309
Merge pull request 'feat: add new login page.' (#1) from dev_1.0.0 into main
5 months ago
.hbuilderx init 7 months ago
api feat: 初步对接新的登录页 5 months ago
components feat: 初步对接新的登录页 5 months ago
js_sdk/luch-request init 7 months ago
pages fix: 隐藏微信、Apple登录 5 months ago
static core: add login page. 6 months ago
store feat: 初步对接新的登录页 5 months ago
utils fix: 隐藏微信、Apple登录 5 months ago
.gitignore init 7 months ago
App.vue init 7 months ago
LICENSE init 7 months ago
README.md core: add login page. 6 months ago
main.js init 7 months ago
manifest.json feat: 初步对接新的登录页 5 months ago
pages.json feat: 初步完成登录页 5 months ago
theme.json core: add login page. 6 months ago
uni.scss init 7 months ago

README.md

queyue-miniapp

项目介绍

queyue-miniapp是一个电商系统的移动端项目,基于uni-app实现。主要包括首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等功能。

项目结构

src -- 源码目录
├── api -- 网络请求定义
├── components -- 通用组件封装
├── js_sdk -- 第三方sdk源码如 luch-request 
├── static -- 图片等静态资源
├── store -- vuex的状态管理
├── utils -- 工具类
└── pages -- 前端页面
    ├── address -- 地址管理页
    ├── brand -- 商品品牌页
    ├── cart -- 购物车页
    ├── category -- 商品分类页
    ├── coupon -- 优惠券页
    ├── index -- 首页
    ├── money -- 支付页
    ├── notice -- 通知页
    ├── order -- 订单页
    ├── product -- 商品页
    ├── public -- 登录页
    ├── set -- 设置页
    ├── user -- 会员页
    └── userinfo -- 会员信息页

搭建步骤

  • 本项目使用了uni-app专用开发工具HBuilder XApp开发版开发下载地址https://www.dcloud.io/hbuilderx.html
  • 克隆源代码到本地,使用HBuilder X打开;
  • 微信开发者工具开启服务端口:设置->安全设置>服务端口开启
  • HBuilder X中使用运行->运行到小程序模拟器->微信开发者工具运行项目,运行成功后会自动打开微信开发者工具并编译项目

开发须知

  • 登录相关
  • 接口地址39.103.180.196:9012
  • 接口文档:luoo-user API
  • 商城相关

许可证

Apache License 2.0

Copyright (c) 2024- queyue