项目作者: maninder-singh

项目描述 :
A pure javascript utility for two way binding
高级语言: JavaScript
项目地址: git://github.com/maninder-singh/two-way-binding.git
创建时间: 2018-04-17T17:34:26Z
项目社区:https://github.com/maninder-singh/two-way-binding

开源协议:

下载


two-way-binding

A pure javascript utility for two way binding.
Scan for all tag with data attribute m-model and attached keypress event to it.

Dev Setup

  1. $ git clone https://github.com/maninder-singh/two-way-binding.git
  2. $ cd two-way-binding
  3. $ npm install

Run

  1. $ npm start