# PeachScript/vue-infinite-loading

An infinite scroll plugin for Vue.js.

Repository: https://github.com/PeachScript/vue-infinite-loading
Canonical: https://ross.abutalabs.com/products/vue-infinite-loading
Homepage: https://peachscript.github.io/vue-infinite-loading/
Language: JavaScript
License: MIT
License Family: permissive
Topics: vue, infinite-scroll-plugin
Last push: 2023-09-19T09:33:23+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3767, "days_push": 1079, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2645, forks 364 (observed 2026-08-28T04:07:06.720901+00:00)

## What it is
An infinite scroll plugin for Vue.js that makes it easy to implement infinite loading lists. It supports two-directional scrolling, built-in spinners, and configurable load result messages.

## Use cases
- implement infinite scroll list in Vue
- load more data when user scrolls to bottom
- add infinite loading to chat with top-direction loading
- show 'no more data' message after loading all items
- mobile-friendly endless feed in Vue app

## When to choose
- you're on Vue 2 and want a drop-in infinite scroll component
- you need both top and bottom loading directions
- you want built-in spinners and result messages without extra work

## When to avoid
- you're using Vue 3 (consider vue-infinite-loading v3 alternatives or IntersectionObserver)
- you need virtualized lists for very large datasets
- you prefer a pagination-based UX

## Facets
- artifact type: plugin
- maturity: maintenance
- function: ui-components, frontend-framework
- domain: frontend, web-development
- platform: browser
- tags: vue, infinite-scroll, vue2, spinner, pagination, nodejs

## Member repositories
- PeachScript/vue-infinite-loading (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:06.720901+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:18:59.429254+00:00, confidence not recorded.
  - readme: https://github.com/PeachScript/vue-infinite-loading (fetched 2026-08-28T04:07:06.720901+00:00, sha d2edd5a385c4)
  - homepage: https://peachscript.github.io/vue-infinite-loading/ (fetched 2026-08-29T10:02:04.394482+00:00, sha f7d5e40325ee)
  - registry_npm: https://registry.npmjs.org/vue-infinite-loading (fetched 2026-08-29T10:02:04.403377+00:00, sha c49eff600c40)
- Data as of 2026-08-30T08:39:29.467469+00:00.
