riot-spa-template icon indicating copy to clipboard operation
riot-spa-template copied to clipboard

a riot spa template

Results 4 riot-spa-template issues
Sort by recently updated
recently updated
newest added

构建工具换成 webpack

如题,在demo 执行 gulp后或者gulp browserify后,app.js没有加入"app.mixin(this, require('./'));"。 应该是每个 ‘script/app’下的文件夹 如果有 'index.js'的话,都应该将"app.mixin(this, require('./'));" 加入到app.js里对应的riot.tag的回调函数才是。 试调过: var mixin = function(js, options) { console.log(js); //这里的 js 一直是为空的字符串。 if(!js) { return "app.mixin(this, require('./'));"; } return js;...

app.container 和 'viewport' 关系改进