文件名称:meteor-collection-helpers::gear:Meteor软件包,可让您在收藏中定义助手
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-19 21:02:47
meteor meteor-package JavaScript
流星收集助手 集合助手使用Meteor的Mongo.Collection transform选项自动在您的集合上设置transform ,从而允许具有类似于模板助手的界面的简单模型。 安装 $ meteor add dburles:collection-helpers 用法 将您的助手写在客户端和服务器都可以看到的地方。 Books = new Mongo . Collection ( 'books' ) ; Authors = new Mongo . Collection ( 'authors' ) ; Books . helpers ( { author ( ) { return Authors . findOne ( this . authorId ) ; } } ) ; Authors . helpers ( { fullName ( ) { retu
【文件预览】:
meteor-collection-helpers-master
----collection-helpers_tests.js(2KB)
----package.js(578B)
----LICENSE.md(1KB)
----README.md(2KB)
----.versions(876B)
----.gitignore(8B)
----collection-helpers.js(520B)