there is bootstrap package specially for vue
you can use the following commands to install it
npm install bootstrap-vue
OR
yarn add bootstrap-vue
and then in your main.js file you can import it and use it as
import BootstrapVue from 'bootstrap-vue';
import 'bootstrap-vue/dist/bootstrap-vue.css';
Vue.use(BootstrapVue)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…