Init OpenAPI

This commit is contained in:
rak
2025-06-21 16:55:53 +02:00
parent 18719f1ad9
commit 2545c0840d
43 changed files with 4770 additions and 13 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
"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"
},
"dependencies": {
"@primeuix/themes": "^1.0.3",
@@ -18,6 +19,7 @@
"vue-router": "^4.5.1"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.20.2",
"@vitejs/plugin-vue": "^5.2.2",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.7.2",