first vue 3 commit

This commit is contained in:
vabene1111
2024-02-20 20:11:51 +01:00
committed by smilerz
parent 8728865b97
commit bb6356cfa8
18 changed files with 1099 additions and 17 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/