Theme switcher and BULMA

This commit is contained in:
2026-09-11 13:30:02 +02:00
parent fb152bd023
commit fcd4d4743b
13 changed files with 123 additions and 54 deletions
+3 -2
View File
@@ -4,11 +4,12 @@
"type": "module",
"scripts": {
"build": "vite build && cp -R php dist/php && cp -R vendor dist/vendor",
"serve": "concurrently \"vite\" \"php -S localhost:8000\" \"mailpit\" \"caddy run --config Caddyfile\""
"serve": "concurrently \"vite\" \"php -S localhost:8000\" \"mailpit\" \"caddy run --config Caddyfile\"",
"php": "concurrently \"php -t dist -S localhost:8000\" \"mailpit\" \"caddy reverse-proxy -t localhost:8000\""
},
"dependencies": {
"@fortawesome/fontawesome-free": "7.3.1",
"bootstrap": "5.3.8",
"bulma": "^1.0.4",
"vue": "^3.5.40",
"vue-i18n": "^11.4.10",
"vue-multiselect": "^3.5.0",