account realm core:帐户领域提供者的核心api 源码
帐户领域核心 安装 npm install account-realm-core 构建客户端脚本 npm run build 将构建的脚本存储在CDN网络中 使用Account-Realm-Core API创建服务器 下面的示例演示如何使用 "use strict" const api = require ( 'account-realm-core' ) // replace database-drivers with actual drivers api . helpers ( { Collections : require ( 'database-drivers' ) } ) // replace sendEmail with the actual implementation api . helpers ( { sendEmail ( { recipient , templa
下载地址
用户评论