微信小程序 一个微信小程序通过 DDP 协议和 Meteor 后端交换数据的简单例子
simple-todos-react 是一个 meteor 的 React todo list 例子。我有一点改动,主要是在插入时需要用户登录改为了不用登录就可以添加新任务,这样小程序就可以添加新任务而不用登录。 把 simple-todos-react/imports/api/tasks.js 里的 Meteor.methods 插入函数改为如下 'tasks.insert'(text) { check(text, String); // Make sure the user is logged in before inserting a task // if (! this.
文件列表
微信小程序-一个微信小程序通过 DDP 协议和 Meteor 后端交换数据的简单例子.zip
(预估有个25文件)
wx-mina-meteor-master
webpacks
webpack.config.js
439B
build
asteroidAPI.js
18KB
underscoreAPI.js
16KB
entry.js
41B
.gitignore
14B
package.json
429B
simple-todos-react
暂无评论