import Vue from 'vue'
import App from './App.vue'
import BootstrapVue from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-
vue.css'
Vue.use(BootstrapVue);
new Vue({ el: '#app',
render: h => h(App) })
ERROR in ./~/bootstrap-vue/dist/bootstrap-vue.css Module parse failed:
C: \ Users \ Batip \ Desktop \ test-project \ myproject \ node_modules \ bootstrap-vue \ dist \ bootstrap-vue.css
Unexpected token (1: 0) You may need an appropriate loader to handle this file type.