I suppose it would be better to paginate your input data (json from api) and pass page number via Vue. For example let's say you have a post model and you wanna paginate the results, so you get posts from your api /api/posts/list (first page) and add the parameter to uri like /api/posts/list?page=2. Then you grab json data and serve it with Vue. I've never done it before but I would start with this :)
Jun 9, 2015
5
Level 2
VueJS & Pagination
Has anyone had any experience with implementing pagination with VueJS? As their seems to be no plugins available for pagination yet, I was wondering what the best approach to take would be.
Please or to participate in this conversation.