Skip to content

Instantly share code, notes, and snippets.

View yagashiraevil's full-sized avatar

Raheel Soomro yagashiraevil

View GitHub Profile
@minute-med
minute-med / vuejs-paginated-data.md
Last active August 2, 2021 16:38
How to display paginated non-tabulated data with vue.js (NUXT) and Buefy

how to make a pagination system for non tabulated data with nuxt (or Vue.js) and buefy

Here we gonna see how to make a basic pagination for data that we dont want to display in a table i decided to go for the computed property way and since i'm a lazy ass i dediced to pick up Buefy, a nice css component library that i already used before to handle the pagination logic for me.

Download & install buefy for nuxt

npm install nuxt-buefy --save