Currently, I am developing a PHP Laravel web page that consists of numerous static HTML pages. However, there are certain sections where I need to implement a Single Page Application (SPA). I am reluctant to opt for server-side rendering or switch entirely to Vue.js.
My main query revolves around whether the bootstrap-vue.js library is compatible with this setup?
For instance, if there is no specific SPA code on an HTML page but I wish to utilize Bootstrap features like CSS classes or dropdown menus, would it be possible?
I appreciate any insights provided in advance!