mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-09 17:52:26 +00:00
Add initial frontend and backend
This commit is contained in:
7
src/main.js
Normal file
7
src/main.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
import "bootstrap/dist/css/bootstrap.min.css";
|
||||
import "bootstrap/dist/js/bootstrap.min.js";
|
||||
|
||||
createApp(App).mount('#app')
|
Reference in New Issue
Block a user