8 primevue install (#9)

* Added PrimeVue with TailwindCSS support and modified Homepage to test the changes.

* Configured vitest to use PrimeVue and wrote a quick test for home page
This commit is contained in:
Liviu Burcusel 2025-10-26 19:54:14 +01:00 committed by GitHub
parent b27e3655d1
commit 82acb354ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 975 additions and 5 deletions

View file

@ -15,12 +15,17 @@
"coverage": "vitest run --coverage"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^7.0.0-beta.1",
"@primeuix/themes": "^1.2.5",
"nuxt": "^4.1.3",
"primevue": "^4.4.1",
"tailwindcss": "^4.1.16",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"@primevue/nuxt-module": "^4.4.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.1",
"@vue/test-utils": "^2.4.6",