Files
perfil/nuxt4/app/app.vue
josedario87 c794a883fa Initial commit: Nuxt 4 template with Authentik OAuth
- Add Nuxt 4 application structure
- Add Docker and docker-compose configuration
- Add Gitea Actions CI/CD workflow
- Add Claude Code hooks for action monitoring
2025-10-12 17:09:21 -06:00

7 lines
87 B
Vue

<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>