Bundle js modules with vite

This commit is contained in:
Akira Tempaku 2024-02-22 02:20:00 +09:00
parent 138c163a6d
commit d8db79e00c
12 changed files with 943 additions and 44 deletions

View file

@ -1,8 +1,8 @@
install: ## Install dependencies
@qlot install ; npm i
css: ## Scan and build tailwindcss
@npx tailwindcss -o ./static/style/tailwind.css --watch
dev: ## Run dev mode
@npm run dev
help: ## Show options
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | \