Set up easy Vue Pagination for Laravel Projects [via Cloudways]

Shops, Blogs, Google, madewithvuejs.com... All websites that have a lot of uniform content eventually need to divide it into separate pages or sections so users can browse through it comfortably.

Despite Infinite Scrolling being hip now (like Facebook dynamically loads more content when you reach the bottom), a sturdy and well-designed pagination is most user-friendly in many cases.

In his tutorial for Cloudways, Pardeep Kumar shows you how to easily create a pagination with Vue and Laravel!

Read Tutorial

Similar Articles
Vue on 2018 — Interview with Evan You, author of the Vue.js framework [via Hackages]
10.04.2018  •  in #Bookmarks
Liesbeth Hermans published her great interview with Evan You, creator of Vue.js, on the . Read about how Evan ended up coding Vue.js, his career path and his biggest challenges! They also talked about the state & future of Vue.js 🙌 (There's also ,...
Advanced Vue.js Debugging [via vuejsdevelopers]
24.10.2018  •  in #Bookmarks
Debugging and reading a documentation are the most important skills of a developer. Learn about the thought process behind debugging with this Detective Story about Debugging by Kevin Ball!