update:CommonJS

This commit is contained in:
qianguyihao
2018-04-10 23:02:30 +08:00
parent 52c211cdb4
commit a1edf28f97
2 changed files with 171 additions and 15 deletions

View File

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