[Vuejs]-Failed to load resource from bower_components using Vue.js CLI

0๐Ÿ‘

โœ…

I was able to resolve this issue, it is linked with using Vue.js CLI.

I needed to add the bower_components folder into static folder and then reference the file just like

<link rel="stylesheet" href="./static/bower_components/bootstrap/dist/css/bootstrap.min.css">

Leave a comment