NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/component-indexof/Makefile
2023-09-14 14:47:11 +08:00

13 lines
184 B
Makefile

build: components index.js
@component build --dev
components:
@component install --dev
clean:
rm -fr build components template.js
test:
@open test/index.html
.PHONY: clean test