Server-Side Rendering With Laravel & Vue.js 2.5 [via Antony Gore]

In case you didn't notice before: Laravel is kinda my jam! So I was excited for Server-Side-Rendering being supported for Laravel since last year / Vue.js 2.5 😊

If you need to jump into SSR with Vue.js & Laravel, I recommend Anthony Gore's article & demo!

Read More

 

Similar Articles
Managing User Permissions in a VueJS App [via Anthony Gore]
10.04.2018  •  in #Bookmarks
Creating different user roles for a frontend app can get a little messy as the project progresses. Suddenly the definitions of user permissions are scattered and duplicated throughout UI Components, API services or database queries. (Been there, do...
Hit The Ground Running With Vue.js And Firestore [via SmashingMag]
10.04.2018  •  in #Bookmarks
Vue.js is a great starting point for prototyping your next product idea! ⚙️ We love how quick & flexible we can be with it! Firestore (the data storage by Google Firebase) is a great companion for Vue.js, as it's equally flexible while remaining hi...