I am writing a Vue.js app with Bootstrap 4 and I can\'t loaded though I followed the documentation.
Added to main.js
Vue.use(BootstrapVue);
Solution:
Import to App.vue:
'../../node_modules/bootstrap/dist/css/bootstrap.css'; '../../node_modules/bootstrap-vue/dist/bootstrap-vue.css';