1. 首页
  2. 编程语言
  3. 其他
  4. 极小的响应式模板引擎Reactive.zip

极小的响应式模板引擎Reactive.zip

上传者: 2020-05-15 11:14:01上传 ZIP文件 34.54KB 热度 8次
Reactive是简单灵活的模板和绑定视图的引擎,支持自定义绑定,支持在模块修改的时候实时更新。 快速开始: var view = reactive('Hello {name}!', {   name: 'Adam' }); // you can add the view "element" to the html whenever you want // view.el contains the html element document.body.appendChild(view.el);
下载地址
用户评论