initial post-installation commit
This commit is contained in:
commit
a44ee45a38
20 changed files with 2676 additions and 0 deletions
5
src/main.ts
Normal file
5
src/main.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import './assets/index.css'
|
||||
|
||||
createApp(App).mount('#app')
|
||||
Loading…
Add table
Add a link
Reference in a new issue