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
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...
A highly customizable CRUD component using Vue.js and Vuetify [via Codeburst]
29.07.2018  •  in #Tutorial, #Vuetify
A Tutorial for vue-crud-x – a flexible and customisable CRUD component built on Vue.js and Vuetify!