What do you think is the best way to embed a bootstrap theme on VueJs? Assuming I do not want to use bootstrap-vue to not rewrite all the template? How and where to include the bootstrap.min.css file, as well as all font files that depend on it?
I init the project with vue-cli with wepack-simple template
Adding the Bootstrap CSS file like any other CSS file in the
headofindex.htmlshould work (cf Bootstrap docs):No need to include the fonts, the CSS will get them.