An open API service indexing awesome lists of open source software.

https://github.com/betasu/obj-observer

a library to observe changes of object's property,the way VUE use to achieve two-way binding
https://github.com/betasu/obj-observer

Last synced: 11 months ago
JSON representation

a library to observe changes of object's property,the way VUE use to achieve two-way binding

Awesome Lists containing this project

README

          

# obj-observer
a library to observe changes of object's property,the way VUE use to achieve two-way binding
## usage
1. clone this repo
2. npm install
3. npm start
4. edit demo file 'src/index.js'