vue-infinite-loading

This plugin is an infinite scroll plugin for Vue.js, it can help you create an infinite scroll list fastly.

vue-infinite-loadingVS

Features

  • Mobile friendly
  • Compatible with any scrollable element
  • Diverse spinners as loading animation
  • Support result display after loading
  • Support two direction load

Usage & Guide

To check out live examples and docs, visit Vue-infinite-loading GitHub Pages.

Changelog

Details changes for each release are documented in the release notes.

Development Setup

# install dependencies
npm install

# run dev-server
npm run dev

# lint
npm run lint

# test
npm test

GitHub