跟着麦子学院出的backbone视频学习backbone
利用fis3前端自动化工具,添加了文件指纹,及文件压缩功能
1.fis3 server start 和 fis3 server open 打开fis3构建的服务空间
2.fis3 release 打包自己的项目,放进本地的fis3服务空间
3.fis3 release -wl 实时监控项目变化,并同步更新,且保持浏览器不关闭
this.collection.fecth({wait:true,reset:true});
reset: true
trigger
this.router = option.router
this.router.navigate('page1',{trigger:true});
POST GET DELETE PUT PATCH
this.listenTo(this.collection,'add',this.addOne);
this._views = []; this._views.push(viewModel);
_.each(this.views,function(subview)){
subview.remove().off();
}