文件名称:sire:JavaScript 模块管理。 **未维护**
文件大小:35KB
文件格式:ZIP
更新时间:2024-07-23 02:20:05
JavaScript
陛下 JavaScript 模块管理。 模块(例如应用程序和控制器)的基类,将负责管理其他模块(例如模型、视图或子控制器)的生命周期。 模块如何启动和停止由实现类通过_start和_stop方法确定。 安装 使用 : $ npm install sire 与: $ bower install shannonmoeller/sire 带: $ component install shannonmoeller/sire 面向尊贵消费者的 API start( [obj...] ) : Sire obj... Object (可选) stop( [obj...] ) : Sire obj... Object (可选) use( [name], module ) : Sire name String (可选) module Object | Function Object |
【文件预览】:
sire-master
----.jshintrc(1KB)
----.gitignore(35B)
----package.json(1KB)
----.travis.yml(92B)
----Gruntfile.js(2KB)
----index.js(4KB)
----README.md(2KB)
----lib()
--------Sire.js(3KB)
----bower.json(134B)
----test()
--------index.js(99KB)
--------index.html(443B)
--------specs()
----.editorconfig(112B)