feat: nuxt project setup

This commit is contained in:
2026-03-18 00:01:45 +01:00
parent c912594d7a
commit 9703fa77e2
13 changed files with 10492 additions and 1 deletions

7
app/app.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<UApp>
<UMain>
<NuxtPage />
</UMain>
</UApp>
</template>