Appearance
社区软件包
¥Community Packages
提示
Meteor 社区正在努力将流行的软件包迁移到 Meteor 3.0。
¥The Meteor community is making great efforts to migrate popular packages to Meteor 3.0.
电子表格维护 by @harryadel 跟踪你最喜欢的包的状态并提供帮助的机会。
¥A spreadsheet maintained by @harryadel tracks the status of your favorite packages and offers opportunities to help.
有些非常流行的社区包没有文档网站或只有一个自述文件。本节尝试列出并添加一些有关这些软件包的使用、配置和示例的信息。
¥There are some very popular community packages that do not have a documentation website or only have a readme file. This section tries to list and add some information about usage, configuration, and examples for these packages.
将此部分视为
Awesome List
,类似于awesome-node
或awesome-react
。¥Think this section as an
Awesome List
, similar toawesome-node
orawesome-react
许多软件包已合并到 Meteor 社区组织 中。其他由个人开发者或公司维护。
¥Many packages have been consolidated into the Meteor Community organization. Others are maintained by individual developers or companies.
如果你正在使用某个软件包,或者你认为某个软件包值得添加到此列表中,请提交拉取请求。
¥If you use or have a package that you think would be useful to add to this list, please open a pull request.
如果你要将软件包添加到此列表,请尽可能提供更多信息,包括:
¥Please bear in mind if you are adding a package to this list, try providing as much information as possible, including:
Who maintains the package
- 如何联系我们提交问题或疑问¥
Who maintains the package
– how to get in touch to submit issues or questionsWhy is this package for?
API
examples/guide
社区软件包列表
¥List of Community Packages
方法/订阅助手
¥Method/Subscription helpers
meteor-rpc
,Meteor 方法通过类型检查和运行时验证进行了改进¥
meteor-rpc
, Meteor Methods Evolved with type checking and runtime validationjam:method
,一种创建 Meteor 方法并扩展离线处理功能的简便方法¥
jam:method
, An easy way to create Meteor methods with extensions to offline handlingjam:pub-sub
,使用方法和/或变更流发布/订阅,并为 Meteor 应用缓存订阅¥
jam:pub-sub
, Publish / subscribe using a Method and/or Change Streams, and cache subscriptions for Meteor apps
MongoDB 集合扩展
¥MongoDB collection extensions
jam:mongo-transactions
,一种为 Meteor 应用使用 Mongo 事务的简便方法¥
jam:mongo-transactions
, An easy way to use Mongo Transactions for Meteor appsjam:soft-delete
,一种为你的 Meteor 应用添加软删除功能的简便方法¥
jam:soft-delete
, An easy way to add soft deletes to your Meteor app
实用程序
¥Utilities
jam:offline
,一种为你的 Meteor 应用提供离线功能并使其感觉即时可用的简便方法¥
jam:offline
, An easy way to give your Meteor app offline capabilities and make it feel instant