initial commit

This commit is contained in:
2025-06-18 14:25:18 +02:00
commit f036a8af15
17 changed files with 2365 additions and 0 deletions

12
web/app.vue Normal file
View File

@@ -0,0 +1,12 @@
<template>
<NuxtPage />
</template>
<script setup lang="ts">
import axios from 'axios';
axios.defaults.baseURL = 'http://localhost:8080/'
</script>
<style scoped></style>