Initialize the project 🚀

This commit is contained in:
2025-01-28 13:16:22 +01:00
commit f57ab3cb4a
30 changed files with 7949 additions and 0 deletions

13
src/pages/IndexPage.vue Normal file
View File

@@ -0,0 +1,13 @@
<template>
<q-page class="flex flex-center">
<img
alt="Quasar logo"
src="~assets/quasar-logo-vertical.svg"
style="width: 200px; height: 200px"
>
</q-page>
</template>
<script setup>
//
</script>