Add OpenAPI

This commit is contained in:
2025-07-05 22:32:52 +02:00
parent acd910e013
commit 54a4f7e08a
98 changed files with 4816 additions and 696 deletions

View File

@@ -7,13 +7,17 @@
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"openapi-generator": "openapi-generator-cli generate -i http://localhost:8080/q/openapi --api-name-suffix 'Service' -g typescript-axios -o src/api/openpi -c openapi-generator-config.json"
"openapi-generator": "openapi-generator-cli generate"
},
"dependencies": {
"@primeuix/themes": "^1.0.3",
"@tailwindcss/vite": "^4.1.5",
"@vueuse/core": "^13.5.0",
"axios": "^1.10.0",
"primevue": "^4.3.3",
"oidc-client-ts": "^3.3.0",
"pinia": "^3.0.3",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"tailwindcss": "^4.1.5",
"tailwindcss-primeui": "^0.6.1",
"vue": "^3.5.13",