framework1/Makefile

10 lines
94 B
Makefile
Raw Normal View History

2024-10-24 16:15:06 +08:00
.PHONY: dist build
install:
@npm install
dev: install
@npm run dev
build:
@npm run build