add demo site
All checks were successful
CI / test-and-build (push) Successful in 9m37s

This commit is contained in:
2026-04-16 09:46:52 +02:00
parent 89459caca1
commit 805b553038
6 changed files with 214 additions and 0 deletions

5
src/main.ts Normal file
View File

@@ -0,0 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
import './style.css'
createApp(App).mount('#app')