Bundle js modules with vite
This commit is contained in:
parent
138c163a6d
commit
d8db79e00c
12 changed files with 943 additions and 44 deletions
4
Makefile
4
Makefile
|
@ -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) | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue