Added basic stuff for Nuxt

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-11-09 17:47:19 +00:00
parent 20f681aa3c
commit db9fa44439
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
30 changed files with 4163 additions and 3028 deletions

4
nuxt.config.ts Normal file
View file

@ -0,0 +1,4 @@
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
})