feige
6 天以前 f6ba10af9f368f251de29e77ba88d5ad33bc31d6
1
2
3
4
5
6
7
8
9
10
11
 
build: components index.js
    @component build --dev
 
components: component.json
    @component install --dev
 
clean:
    rm -fr build components template.js
 
.PHONY: clean