Set up tauri project
This commit is contained in:
parent
c80325ea40
commit
6ac80ab679
39 changed files with 5754 additions and 100 deletions
4
gdn-app/src/main.ts
Normal file
4
gdn-app/src/main.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
|
||||
createApp(App).mount("#app");
|
||||
Loading…
Add table
Add a link
Reference in a new issue