When taking the SPA route, I guess it's more likely you would want to develop your front-end separately from your back-end entirely. In this case Vue being your front-end, and Laravel would be your back-end / API.
Jul 29, 2020
5
Level 6
Vue SPA with Laravel Authentication
Hi, I am in a learning phase in learning Vue js SPA with Laravel. I watching tutorials on YouTube and all the tutorials shows that they create a new Laravel project then the create a new Vue js project with Vue CLI. But I am a bit confused why they so that? Laravel comes with vue js if I run "composer require laravel/ui" and then "php artisan ui vue" so why the they do it separately? Is it not working if I install vue with laravel?
Please or to participate in this conversation.