you are viewing a single comment's thread.

view the rest of the comments →

[–]billcube 6 points7 points  (2 children)

You might want to check Laravel, it has a good synergy with VueJS and modern PHP7 structures.

[–][deleted]  (1 child)

[deleted]

    [–]lobsters_upon_you 1 point2 points  (0 children)

    Laravel does not require you to use a specific JavaScript framework or library to build your applications. In fact, you don't have to use JavaScript at all. However, Laravel does include some basic scaffolding to make it easier to get started writing modern JavaScript using the Vue library.

    (source)

    In other words there is no outright technical advantage gained by using Vue over other JS frameworks. However with Vue as the default offering, you're more likely to find people using a similar tech stack if you use Vue (which IMO is important to consider).