Started with the app and added some experimental components

This commit is contained in:
2025-01-28 20:50:06 +01:00
parent 0429600fca
commit 28ae19aa72
12 changed files with 1466 additions and 11 deletions

11
src/Index.vue Normal file
View File

@@ -0,0 +1,11 @@
<script lang="ts">
import './assets/tailwind.css'
export default {
name: 'Index',
}
</script>
<template>
<router-view/>
</template>