文件名称:meteor-notifications:Meteor 的 Bootstrap 样式通知
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-03 11:00:14
JavaScript
Meteor 的 Bootstrap 样式通知 版本 0.1.1 安装 meteor add vladbalan:notifications 用 创建通知 通过将通知添加到 Notifications 集合来触发通知 Notifications.upsert({ // For example, if you want to alert the user when he receives // a new message, you should use the message's _id property docId: doc._id } , { // userId is required in order for the user to see the alert userId: doc.userId
【文件预览】:
meteor-notifications-master
----notifications.js(18B)
----client()
--------views()
--------subscriptions()
----lib()
--------collections()
----package.js(1KB)
----README.md(1KB)
----.versions(378B)
----notifications-tests.js(189B)
----server()
--------publications()