[Vuejs]-What is the flow of: Implementing VueJS into an existing Laravel project

0👍

I would suggest creating another project for the client side, for example, VueCli or NuxtJs. And use the Laravel project as a RestFull API that provides all the data needed in the client side.

That will provide you much more scalability, rather than having it all together in the Laravel project.

Leave a comment