Tauri 2 + Vue 3 Grundgerüst (create-tauri-app)

This commit is contained in:
marcus.hinz
2026-07-03 11:06:12 +02:00
commit 8b9eeb44e2
45 changed files with 6989 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
createApp(App).mount('#app')