Pagination Component using Vue.js 2.0

Pagination in Vue 2.0

One very common need in apps and projects is pagination. Following this post and learn how to create a component which will serve as a pagination function, using two different methods. Also get to know custom events in Vue 2.0 which can prove quite handy, as you can see by yourself. Take a better look at the Github repo.

Read Fareez's post about pagination, here.