发布于 2017-06-25 23:47:59 | 152 次阅读 | 评论: 0 | 来源: 网友投递
Riot.js Javascript MVP框架
Riot.js是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于1kb.尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的MVP模式。当模型数据变化时视图也会自动更新。
Riot 3.6.1 发布了,Riot.js 是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于 1kb。尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的 MVP 模式。当模型数据变化时视图也会自动更新。本次更新如下:
3.6.1 2017.06.25
riot:
Remove: riot.csp.min.js
because it’s useless in Chrome Extensions since it can be locally loaded. Use riot.csp.js
instead
riot-compiler:
Fix: possible bug involving compilation of tags containing regex. riot/2369
Update: using the skip-regex function from npm for sharing bwteen modules (at future).
Update: the jsSplitter function for safer replacement of JS code, part of the next compiler.
详情请参阅发布说明
下载地址