first commit

This commit is contained in:
Nicola Spadari
2024-06-16 01:35:44 +02:00
commit 93877e5f1f
39 changed files with 16397 additions and 0 deletions

9
src/components/Test.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<div text-center space-y-5>
Hello from Nuxtor {{ version }}
</div>
</template>
<script lang="ts" setup>
const version = await getTauriVersion();
</script>