base layout and nuxt config

This commit is contained in:
Julian Krauser 2024-10-30 15:02:47 +01:00
parent 91d7dbe447
commit de049e9125
21 changed files with 15855 additions and 9 deletions

1
components/Footer.vue Normal file
View file

@ -0,0 +1 @@
<template>Footer</template>

1
components/Header.vue Normal file
View file

@ -0,0 +1 @@
<template>Header</template>