Tuesday, February 28, 2017

Why does Laravel ship with Vue? (SPA vs MVC)

I am a little confused as to why the Laravel framework ships with Vue.js.

My understanding is that Laravel is a traditional MVC framework, while Vue would be used for a SPA; these are both different application architectures, so how can they be used together?

I am currently trying to figure out whether my app is more suited to the traditional vs SPA styles of development and this is something that I am struggling to get my head around.




via Eli Rhys

Advertisement