Simple Pagination Example

This is a simple example of how to implement client-side pagination in Vue.js.

The example contains a hard coded array of 150 objects split into 15 pages to demonstrate how the pagination component works.

GitHub