.PHONY: dist build

build: install
	@npm run build

dev: install
	@npm run serve

install:
	@npm install