码迷,mamicode.com
首页 > Web开发 > 详细

深入学习sea.js

时间:2016-12-05 02:33:27      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:有趣   style   入门   绝对路径   color   mod   数组   url   .config   

入门学习了文档之后,在深入学习里面的一些有趣的知识点

===================================

一、配置

 

seajs.config({
    alias:(
       a3:./js/module3.js
)

});

seajs.use(a3)

二、module学习

_ id:模块的id

_url:模块的绝对路径

—dependences  :模块的依赖 数组

_ exports :当前模块的对外接口 

等待更新

深入学习sea.js

标签:有趣   style   入门   绝对路径   color   mod   数组   url   .config   

原文地址:http://www.cnblogs.com/h5monkey/p/6132478.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!