[Vuejs]-How to Integrating Bootstrap with Vue.js

0👍

You are probably requiring the bootstrap URL. There is no need for that.

You either use the vue-boostrap package or include the necessary files in your index.html via old plain HTML tags.

0👍

You seem to be using Bootstrap3 and not Bootstrap4. From the issue that you have shown, it looks like you have made some changes to package.json dependencies section and have not rerun npm install. Can you do that and retry?

Leave a comment