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
- Host: GitHub
- URL: https://github.com/betasu/obj-observer
- Owner: BetaSu
- License: mit
- Created: 2017-08-22T06:10:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T09:14:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T07:15:02.594Z (over 1 year ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'