← 所有代码文件

Makefile

常用任务快捷方式。记住:recipe 用 TAB 缩进。

.PHONY: install dev build test lint clean

install:
	npm ci

dev:
	npm run dev

build:
	npm run build

test:
	npm test

lint:
	npm run lint

clean:
	rm -rf dist node_modules

关于此工具

常用任务快捷方式。记住:recipe 用 TAB 缩进。

开箱即用的 Makefile——查看内容、复制,或以正确的文件名下载。免费,100% 在浏览器中运行。