feat: scaffold Vue 3 + TypeScript frontend with lint and typecheck tooling
This commit is contained in:
parent
c6a737db96
commit
b354b0be76
18 changed files with 3124 additions and 0 deletions
8
frontend/src/App.vue
Normal file
8
frontend/src/App.vue
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<h1>discovery-by-llm</h1>
|
||||
<p>Chat interface under construction.</p>
|
||||
</main>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue