Added basic nuxt stuff
Added index, translations (not currently working), and removed further unnecessary stuff
This commit is contained in:
parent
42d960090e
commit
f1c76c22a7
339 changed files with 5112 additions and 2723 deletions
5
app.vue
Normal file
5
app.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue