My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
How to use VueJS with Laravel Blade?

How to use VueJS with Laravel Blade?

Janet Brown's photo
Janet Brown
·Apr 10, 2016

Hi, do you know where to learn more about Vue.js and Laravel?

I've found some nice tutorials here:

http://learninglaravel.net/topics/vuejs

But there is no tutorial about how to use Vue.js with Laravel Blade together. I don't want to use VueJS to generate a list. It's not SEO friendly. Rendering a list on server-side using Blade is better (in my humble opinion)

For example, if I want to create an upvote and downvote button (using Vue) for my posts (generated by Blade). How can I do that?