1.0.8 • Published 7 years ago

data-bind v1.0.8

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

data-bind

一个简单的双向数据绑定类库,适用于没有引入MV*框架,同时也需要数据绑定的场景

Example

http://design.applinzi.com

Installing

npm install data-bind --save

How to use

html

<p bind-main="name"></p>
<input type="text" model-main="name" />

js

import DB from 'data-bind'

new DB('main', {
  name: '小丸子'
});

Flow chart

Foo

Run the example

npm install
npm run dev
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago