You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.PHONY: dist test
|
|
default: help
|
|
dev:
|
|
npm run dev
|
|
|
|
build:
|
|
npm run build
|
|
|
|
lint:
|
|
npm run lint
|
|
|
|
|
|
help:
|
|
@echo " make dev 开发模式"
|
|
@echo " make build 编译模式"
|
|
@echo " make lint 格式校验"
|