Sire: 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
暂无评论