1. 首页
  2. 考试认证
  3. 其它
  4. reactive html 实验React式框架

reactive html 实验React式框架

上传者: 2024-10-05 04:57:44上传 ZIP文件 9.29KB 热度 2次
响应式HTML这是一个编写响应式网站的框架。它使用一个中央事件总线和一个装饰器,为任何对象添加可链接的方法。要安装使用bower: bower install reactive-event-bus reactor bower install reactive-event-bus并需要dist/main.min.js。这是一个演示基本用法的快速示例: // creates an object call timer and appends it to the dom var timer = $ ( '

0

' ) ; $ ( '.container' ) . append ( timer ) ; // here we use the decorator to make the timer reactive timer = reactive ( timer
下载地址
用户评论