Add alpine.js

This commit is contained in:
Akira Tempaku 2024-02-21 20:42:41 +09:00
parent 998756e0da
commit c56d072da4
8 changed files with 15 additions and 31 deletions

View file

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