http://bluebirdjs.com/docs/getting-started.html
Getting Started
This article is partially or completely unfinished. You are welcome to create pull requests to help completing this article.
Node.js
npm install bluebird
Then:
var Promise = require(“bluebird”);
Browsers
(See also Installation.)
There are many ways to use bluebird in browsers:
Direct downloads
Full build bluebird.js
Full build minified bluebird.min.js
Core build bluebird.core.js
Core build minified bluebird.core.min.js
You may use browserify on the main export
You may use the bower package.
When using script tags the global variables Promise and P (alias for Promise) become available. Bluebird runs on a wide variety of browsers including older versions. We’d like to thank BrowserStack for giving us a free account which helps us test that.

本文详细介绍了如何使用Bluebird库在Node.js、浏览器环境中进行异步编程,包括安装、核心功能使用及跨浏览器兼容性。重点阐述了在前端和后端开发中的实践案例,帮助开发者提升项目效率。
353

被折叠的 条评论
为什么被折叠?



