Initial Nuxt data explorer setup

This commit is contained in:
2025-09-29 14:10:11 -06:00
commit 47f4a20bd3
35 changed files with 13509 additions and 0 deletions

6
nuxt4-app/app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div class="min-h-screen bg-slate-950 text-slate-100">
<NuxtRouteAnnouncer />
<NuxtPage />
</div>
</template>