WIP: Frontend implementation #1

Draft
fager wants to merge 19 commits from ch-frontend into main
2 changed files with 1768 additions and 11 deletions
Showing only changes of commit 138935c2d0 - Show all commits

nuctjs/tailwindcss added

Frank Agerholm 2026-01-25 10:52:37 +01:00
No known key found for this signature in database

File diff suppressed because it is too large Load diff

View file

@ -13,5 +13,8 @@
"nuxt": "^4.3.0", "nuxt": "^4.3.0",
"vue": "^3.5.27", "vue": "^3.5.27",
"vue-router": "^4.6.4" "vue-router": "^4.6.4"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.14.0"
} }
} }