8 lines
73 B
Makefile
8 lines
73 B
Makefile
.PHONY: dist build
|
|
|
|
build:
|
|
@npm run build
|
|
|
|
dev: install
|
|
@npm run serve
|