mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 03:39:34 +01:00
* moveBackend * added Frontend * added env support for COM port * added frontend into monorepo
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
import { createApp } from 'vue'
|
|
import './style.css'
|
|
import App from './App.vue'
|
|
|
|
createApp(App).mount('#app')
|