npm install leanengine --save
建议使用 Node.js 4.0 以上的版本(可在 package.json
中设置 engines.node
为 4.x
)。
- 快速入门:https://leancloud.cn/docs/leanengine_quickstart.html
- 网站托管开发指南:https://leancloud.cn/docs/leanengine_webhosting_guide-node.html
- 云函数开发指南:https://leancloud.cn/docs/leanengine_cloudfunction_guide-node.html
- 云引擎命令行工具使用详解:https://leancloud.cn/docs/leanengine_cli.html
- API 参考文档:https://github.com/leancloud/leanengine-node-sdk/blob/master/API.md
- 上手示例:https://github.com/leancloud/node-js-getting-started
- Todo 列表示例:https://github.com/leancloud/leanengine-todo-demo
- 微信公众平台:https://leancloud.cn/docs/webhosting_weixin.html
- 微博 OAuth 授权验证:https://leancloud.cn/docs/webhosting_oauth.html
见 Releases
安装早期的 0.x 版本(请尽快 升级到云引擎 Node.js SDK 1.0):
npm install [email protected] --save
在此表示感谢!
许可协议: MIT
作者: wchen ([email protected])