All Projects → FaureWu → weapp-clover

FaureWu / weapp-clover

Licence: MIT License
由零打造的,基于taro,zoro的电商小程序实战项目

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to weapp-clover

ztaro
一套基于taro, zoro的完整的微信小程序及h5开发解决方案
Stars: ✭ 37 (-51.95%)
Mutual labels:  taro, zoro
Taro-v2ex-weapp
awesome v2ex weapp 😎 目前支持微信小程序、支付宝小程序、h5
Stars: ✭ 25 (-67.53%)
Mutual labels:  taro
DACP
A digital asset personal portfolio for investors in the cryptosphere
Stars: ✭ 22 (-71.43%)
Mutual labels:  e-commerce
GoGonicEcommerceApi
Ecommerce Rest API application built in Go with Gin Gonic + Gorm
Stars: ✭ 81 (+5.19%)
Mutual labels:  e-commerce
gangxiaoer-taro
博雅塔小程序,基于Taro的版本,同步发布百度小程序,支付宝小程序。
Stars: ✭ 16 (-79.22%)
Mutual labels:  taro
project-base
[READ-ONLY] Full-featured basis for your e-commerce project on Shopsys Framework
Stars: ✭ 34 (-55.84%)
Mutual labels:  e-commerce
classmate-map
🧭 一款设计精美、体验优良的地图信息展示小程序,一个更有意思的同学录,可以在小程序中查看班级同学的毕业去向以及地域分布,多联(蹭)系(饭)。
Stars: ✭ 79 (+2.6%)
Mutual labels:  taro
WSPay-WooCommerce-Payment-Gateway
WooCommerce's WSPay Payment Gateway
Stars: ✭ 20 (-74.03%)
Mutual labels:  e-commerce
tarojs-router-next
Taro 小程序路由库/自动生成带参数类型提示的路由方法/允许传递任意类型、任意大小的参数数据/同步的路由方法调用/koa体验一致的路由中间件
Stars: ✭ 166 (+115.58%)
Mutual labels:  taro
Taro-ParserRichText
适用于 Taro 的小程序富文本组件
Stars: ✭ 32 (-58.44%)
Mutual labels:  taro
e-commerce-frontend
Shopping site frontend with Angular
Stars: ✭ 23 (-70.13%)
Mutual labels:  e-commerce
storefront
An example storefront PWA for Vendure built with Angular
Stars: ✭ 101 (+31.17%)
Mutual labels:  e-commerce
saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 15,824 (+20450.65%)
Mutual labels:  e-commerce
tracardi
TRACARDI is a new HOME for your customer data. TRACARDI is an API-first solution, low-code / no-code platform aimed at any e-commerce business that wants to start using user data for marketing purposes.
Stars: ✭ 193 (+150.65%)
Mutual labels:  e-commerce
shopping-cart
A full-fledged package to build an e-commerce application for iOS and Android similar to Myntra/JackThreads. Available with beautiful design and necessary features along with screen for Dashboard and Mobile app. Build using React Native, Expo, React, GraphQL, Apollo Client, Node and MongoDB.
Stars: ✭ 64 (-16.88%)
Mutual labels:  e-commerce
blueshoes-kotlin-android
Projeto Kotlin Android - construção de um mobile-commerce chamado BlueShoes.
Stars: ✭ 46 (-40.26%)
Mutual labels:  e-commerce
e-commerce-microservices
REST Microservices architecture for E-commerce with Spring boot, Cloud and multiple modules
Stars: ✭ 102 (+32.47%)
Mutual labels:  e-commerce
taro-best-practices
使用 Taro 开发微信小程序、编译 H5 + React Native 的最佳实践
Stars: ✭ 118 (+53.25%)
Mutual labels:  taro
eshop
Taro • 云开发电商小程序示例
Stars: ✭ 70 (-9.09%)
Mutual labels:  taro
symfocommerce
Symfony 3 framework based ecommerce (eshop) project
Stars: ✭ 25 (-67.53%)
Mutual labels:  e-commerce

四叶草庄园

启动项目

本项目基于ztaro脚手架快速搭建 如何启动请直接查看ztaro中微信小程序部分,h5部分未做适配

项目演示

技术链接

  • zoro redux框架
  • taro 微信小程序框架taro
  • ztaro taro快速启动脚手架

已开发的需求

  • 项目脚手架搭建
  • 登录机制实现
  • 首页
    • 首页资源位
    • 首页品牌推荐
    • 推荐商品

计划需求

  • 商店
    • 品牌列表
    • 品牌商品列表
  • 商品详情
  • 购物车
  • 订单结算,支付
  • 我的
    • 会员信息
    • 客服
    • 关注公众号
    • 新人福利群
  • 地址管理
  • 订单
    • 全部
    • 待付款
    • 待发货
    • 待收货
    • 已完成
    • 已取消

TAB_PAGE 参数说明

__TAB_PAGE__参数用于标记该页面是否是一个微信小程序tabbar页面

由于本地缓存了token,然而token是有时效性的 当缓存的token过期时,服务端api返回401,此时前端处理流程如下:

  • 跳转重新登录页面Taro.redirectTo({ url: /pages/relogin/relogin?redirectUrl=...&isTabbar=true })
  • 重新登录页面调用登录接口,登录完成后,读取redirectUrl, isTabbar参数
  • 如果isTabbar为真,需调用Taro.switchTab,否则调用Taro.redirectTo,重载之前的页面

开发交流

请添加微信 Faure5,备注 weapp-clover 开源不易,如果好用,欢迎star

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].