Files
pwa-player/frontend
dependabot[bot] f0a768049c Bump @nestjs/core and @openapitools/openapi-generator-cli in /frontend
Bumps [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) to 11.1.18 and updates ancestor dependency [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli). These dependencies need to be updated together.


Updates `@nestjs/core` from 11.1.16 to 11.1.18
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.1.18/packages/core)

Updates `@openapitools/openapi-generator-cli` from 2.30.2 to 2.31.1
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Commits](https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.30.2...v2.31.1)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-version: 11.1.18
  dependency-type: indirect
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.31.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 16:06:12 +00:00
..
2024-08-11 21:55:11 +02:00
2026-03-12 19:20:46 +01:00
2026-03-12 23:01:27 +01:00
2026-03-12 19:20:46 +01:00
2025-05-25 23:41:43 +02:00
2024-08-11 21:55:11 +02:00
2026-03-12 19:20:46 +01:00
2026-03-12 21:39:11 +01:00
2024-08-11 21:55:11 +02:00
2026-03-12 19:20:46 +01:00
2026-03-12 19:20:46 +01:00

pwa-player-frontend

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build