claude-test/frontend
Martin Švrčina 982b6d5fa6 Add NSwag for automatic TypeScript API client generation
- Replace Swashbuckle with NSwag.AspNetCore + NSwag.MSBuild
- Configure OpenAPI document in Program.cs via AddOpenApiDocument
- Add nswag.json: aspNetCoreToOpenApi → Axios TypeScript client
- Post-build target uses NSwagExe_Net80 to run on correct runtime
- Client generated to frontend/src/api/apiClient.ts (gitignored)
- Add axios to frontend dependencies

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 00:36:30 +01:00
..
public Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
src Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
env.d.ts Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
eslint.config.js Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
index.html Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
package-lock.json Add NSwag for automatic TypeScript API client generation 2026-03-17 00:36:30 +01:00
package.json Add NSwag for automatic TypeScript API client generation 2026-03-17 00:36:30 +01:00
tsconfig.app.json Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
tsconfig.json Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
tsconfig.node.json Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00
vite.config.mts Scaffold project structure: .NET 8 Clean Architecture + Vue 3 Vuetify 3 2026-03-17 00:21:58 +01:00