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:
Changelog:
v2.4.5 (03/06/2020)
- Bugfix
Download Details:
Author: PeachScript
Live Demo: https://peachscript.github.io/vue-infinite-loading/#!/
Download Link: https://github.com/PeachScript/vue-infinite-loading/archive/master.zip
Official Website: https://github.com/PeachScript/vue-infinite-loading
Install & Download:
# install dependencies
npm install
# run dev-server
npm run dev
# lint
npm run lint
# test
npm test