Webcourse/09-Node.js/03-JavaScript模块化:AMD.md
2018-04-10 23:02:30 +08:00

15 lines
265 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## AMD的引入
### AMD的概念
[**AMD规范**](https://github.com/amdjs/amdjs-api):是 **[RequireJS](http://requirejs.org/)** 在推广过程中对模块化定义的规范化产出。
AMD
AMD专门用于浏览器端模块的加载是异步的。