代码拉取完成,页面将自动刷新
.DEFAULT_GOAL := help
.PHONY: help
help: ## Show help
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
install: ## Install necessary dependencies
npm install
watch: ## Watches for file changes and update the page automatically, similar to running `npm run build:esbuild` every time
npm run watch:esbuild
build: ## Builds the project
npm run build:esbuild
check: ## Typecheck all TypeScript files
npm run check:tsc
lintall: ## Lint the code and the CSS
npm run lint
npm run csslint
lintcode: ## Lint just the code
npm run lint
lintcss: ## Lint just the CSS
npm run csslint
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。