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">
Source:stackexchange.com