donson / jsonob

实现对普通对象的变化检测,MVVM模式中的 observer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonob

实现对普通对象的变化检测,MVVM模式中的 observer

1、clone 项目

git clone https://github.com/HcySunYang/jsonob.git

2、安装依赖

npm install

3、构建项目

npm run build

4、运行

使用浏览器打开 test/index.html

About

实现对普通对象的变化检测,MVVM模式中的 observer


Languages

Language:JavaScript 83.5%Language:HTML 16.5%