feat(ui): add @nuxt/ui module and config

This commit is contained in:
2025-08-16 09:03:36 -06:00
parent 9a1db2c58d
commit 00dad9fd3f
3 changed files with 891 additions and 38 deletions

View File

@@ -10,7 +10,9 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "3.3.2",
"nuxt": "^4.0.3",
"typescript": "^5.6.3",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
}