scaffold the vue client app

This commit is contained in:
2026-02-27 19:58:09 -06:00
parent 5d35e5d552
commit 9d7a443b7c
16 changed files with 3441 additions and 0 deletions

11
client/src/App.vue Normal file
View File

@@ -0,0 +1,11 @@
<script setup lang="ts"></script>
<template>
<h1>You did it!</h1>
<p>
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
documentation
</p>
</template>
<style scoped></style>