nuxt frontend

This commit is contained in:
2026-07-19 22:28:04 +02:00
parent 63bb636255
commit d884084066
10 changed files with 1821 additions and 1 deletions

6
frontend/app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>