docs: Added Nuxt server side and static example

This commit is contained in:
StefanVDWeide
2024-11-12 12:54:11 +01:00
parent d707a2785e
commit b4669e83a1
10 changed files with 9663 additions and 0 deletions

6
nuxt/app.vue Normal file
View File

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