Re-organized project structure

This commit is contained in:
Peng-YM
2020-08-19 16:18:48 +08:00
parent 7aa0fa6911
commit 64e11e02e7
17 changed files with 692 additions and 2423 deletions

4
web/src/main.js Normal file
View File

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