UNPKG
data-binding
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.0
Data attribute binding and interpolation
github.com/bredele/binding
bredele/binding
data-binding
/
Makefile
18 lines
(11 loc)
•
288 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
build: components index.js
@component build --dev
components: component.json
@component install --dev
clean:
rm -fr build components template.js
binding.js: components
@component build --standalone binding --name binding --out .
test: build
open test/index.html
.PHONY
: clean