main.js 176 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 import { createApp } from 'vue' import App from './App.vue' import './index.css' import 'bootstrap' import 'bootstrap/dist/css/bootstrap.min.css' createApp(App).mount('#app')