UNPKG

138 BPlain TextView Raw
1.PHONY: install
2install:
3 npm install
4
5.PHONY: test
6test:
7 npm test
8
9.PHONY: demo
10demo:
11 npm run demo
12
13.PHONY: serve
14serve:
15 npm run demo