After already putting in some time with development, I'd like to install Vue. I'm using Metronic 8 with Laravel 9 and I'd like to start using Vue components for better usability. How do I go about installing Vue and using Vue components? All tutorials/articles that I see online are all for using Laravel with Vue as an SPA, but that's not what I'm looking for. I'm just looking to use Vue components inside blade.
Hi,
At the moment we do not have a tutorial for using Vue components as a non-SPA.
You can check an article below which explains how you can use Vue components in your .blade files.
https://vegibit.com/how-to-use-vuejs-with-laravel-blade/
The link is a link to this question.