first vue 3 commit

This commit is contained in:
vabene1111
2024-02-20 20:11:51 +01:00
parent de80702e3f
commit 1f39ed9d4e
19 changed files with 1119 additions and 36 deletions

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
Test Template content
</template>
<style scoped>
</style>

View File

@@ -0,0 +1,12 @@
import {createApp} from "vue";
import { createPinia } from 'pinia'
// @ts-ignore
import App from './Tandoor.vue'
const app = createApp(App)
app.use(createPinia())
app.mount('#app')

View File

@@ -0,0 +1 @@
openapi-generator-cli generate -g typescript-fetch -i http://127.0.0.1:8000/openapi/