All Projects → leancloud → Leantodo Weapp

leancloud / Leantodo Weapp

Licence: mit
LeanTodo implemented with Weapp

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Leantodo Weapp

Weex Android Joke
A joke android app,powered by alibaba's weex.
Stars: ✭ 112 (-64.56%)
Mutual labels:  leancloud, demo
Weapp Vue Eggjs Shop Demo
商城、商店批发或零售,pc管理端 + 微信小程序 + 后端服务
Stars: ✭ 604 (+91.14%)
Mutual labels:  demo, weapp
Weapp
🕒基于微信小程序开发的仿微信demo
Stars: ✭ 474 (+50%)
Mutual labels:  demo, weapp
Weapp Mark
🔥 豆瓣类影视查询记录小程序,附学习笔记
Stars: ✭ 187 (-40.82%)
Mutual labels:  leancloud, weapp
Micro Company
Rest-full, Hipermedia-based distributed application. Spring boot & cloud. Angular. CQRS. Eventsourcing. Axonframework. Microservices. Docker. CloudFoundry
Stars: ✭ 307 (-2.85%)
Mutual labels:  demo
Awesome Deep Vision Web Demo
A curated list of awesome deep vision web demo
Stars: ✭ 298 (-5.7%)
Mutual labels:  demo
Vue Form Builder
Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
Stars: ✭ 292 (-7.59%)
Mutual labels:  demo
Weapp One
ONE·一个|图文 微信小程序/开源代码
Stars: ✭ 295 (-6.65%)
Mutual labels:  weapp
Glorious Demo
The easiest way to demonstrate your code in action.
Stars: ✭ 3,290 (+941.14%)
Mutual labels:  demo
We Swiper
✨ 微信小程序触摸内容滑动解决方案we-swiper
Stars: ✭ 311 (-1.58%)
Mutual labels:  weapp
Demofile
Node.js library for parsing Counter-Strike: Global Offensive demo files
Stars: ✭ 305 (-3.48%)
Mutual labels:  demo
Laravel Google Drive Demo
Laravel & Google Drive Storage - Demo project with Laravel 5.4
Stars: ✭ 299 (-5.38%)
Mutual labels:  demo
Demoinfo
A library to analyze CS:GO demos in C#
Stars: ✭ 306 (-3.16%)
Mutual labels:  demo
Cranelift Jit Demo
JIT compiler and runtime for a toy language, using Cranelift
Stars: ✭ 297 (-6.01%)
Mutual labels:  demo
Flixel Demos
Collection of demos for HaxeFlixel
Stars: ✭ 312 (-1.27%)
Mutual labels:  demo
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-6.96%)
Mutual labels:  demo
Weapp Douban Film
微信小程序-豆瓣电影
Stars: ✭ 303 (-4.11%)
Mutual labels:  weapp
Ng Admin Demo
Source of the ng-admin angular.js demo, using a dummy REST service powered by FakeRest
Stars: ✭ 310 (-1.9%)
Mutual labels:  demo
Learnings
Java技术栈Demo与精彩文章汇总
Stars: ✭ 303 (-4.11%)
Mutual labels:  demo
Meething
dWebRTC Video Meetings MESH/SFU hybrid using GunDB, MediaSoup and Beyond!
Stars: ✭ 303 (-4.11%)
Mutual labels:  demo

LeanTodo × 微信 / QQ 小程序

使用 LeanCloud 存储 SDK 在微信 / QQ 小程序平台上实现的 LeanTodo 应用。通过这个 demo 你可以学到:

  • 如何使用存储 SDK 对云端数据进行查询、增加、修改与删除
  • 查询结果为一个列表时,如何将其绑定到视图层进行展示以及如何在点击事件中得到对应的数组项
  • 如何使用 LiveQuery 实现对查询结果的实时更新
  • 如何自动登录 LeanCloud 用户系统
  • 如何在登录后设置帐号与密码以供用户在其他平台的 LeanTodo 应用上登录
  • 如何实现微信支付(需配合 后端
  • 如何实现下拉刷新

你可以通过微信 / QQ 扫描以下二维码进入 demo。

LeanTodo Weapp QR LeanTodo QQ App QR

本地运行

你也可以获取源码通过微信 / QQ 开发者工具本地进行本地运行:

  1. 按照 文档 - 准备工作 的说明,完成准备工作。
  2. 按照 文档 - 一键登录 的说明,在 LeanCloud 控制台配置小程序的 AppID 与 AppSecret。
  3. clone 本项目代码,导入微信 / QQ 开发者工具。
  4. 打开 app.js,将初始化 SDK 代码(LC.init())中的 appIdappKeyserverURL 替换为你的 LeanCloud 应用的 AppID 、AppKey 、ServerURL。
  5. 如果要调试打赏(支付)功能,需要先按照 后端 repo 的说明将其正确部署到云引擎中。
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].