Infinite Scroll Plugin For Vue.js

Install & Download:

# install dependencies
npm install
# run dev-server
npm run dev
# lint
npm run lint
# test
npm test

Description:

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

Features:

  • Mobile friendly
  • Compatible with any scrollable element
  • Diverse spinners as loading animation
  • Support result display after loading
  • Support Vue.js 2.0

Preview:

infinite-scroll-plugin-for-vue-js

Changelog:

v2.4.5 (03/06/2020)

  • Bugfix

Add Comment