init: project scaffold with Vue + Vite + Supabase

This commit is contained in:
2026-05-20 22:34:08 +08:00
commit 71a08bc4dc
58 changed files with 4016 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup lang="ts">
import HelloWorld from './components/HelloWorld.vue'
</script>
<template>
<HelloWorld />
</template>