ing-vue-infinite-loading

An infinite scroll plugin for Vue.js

Usage no npm install needed!

<script type="module">
  import ingVueInfiniteLoading from 'https://cdn.skypack.dev/ing-vue-infinite-loading';
</script>

README

Intro

This is a fork from Vue Infinite Loading [https://peachscript.github.io/vue-infinite-loading/].

The original code was modified to support showing only n-number of items at a time as you scroll up or down.

To build

$ npm install
$ npm run build

To Run an Example

$ npm run example