@stacker Vue is just a JavaScript library. It allows you to make components. So no, it’s not exclusively for SPAs.
Jul 21, 2021
4
Level 2
Need enlightenment on Vue
I started learning Vue recently and from some reason it got stick to me that Vue is supposed to build SPA apps. (You can even see my other posts which show how ignorant I am in this matter)
But I think I realized that it's not, and it's just a way to build frontend parts using JS. Not only SPAs.
So if I want to build an ecommerce website using Laravel and Vue, I will end up having something like certain blade.php files and each of them should have the corresponding Vue script and Vue html tags inside the <div id=app></div>
Did I get it right?
Please or to participate in this conversation.