# ElemeFE/vue-infinite-scroll

An infinite scroll directive for vue.js.

Repository: https://github.com/ElemeFE/vue-infinite-scroll
Canonical: https://ross.abutalabs.com/products/vue-infinite-scroll
Language: JavaScript
License Family: other
Last push: 2023-11-18T15:05:15+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": 3918, "days_push": 1019, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license, no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2855, forks 412 (observed 2026-08-28T04:07:25.836376+00:00)

## What it is
A Vue.js directive that adds infinite scrolling to lists, triggering a callback when the user scrolls near the bottom of a container. It is a small, focused utility from the ElemeFE team.

## Use cases
- load more items as the user scrolls a list in vue
- infinite scroll feed in a vue.js app
- replace pagination with scroll-based loading
- lazy-load chat messages or comments on scroll
- auto-fetch next page when reaching bottom of a container

## When to choose
- you use Vue 2 and want a tiny directive-based infinite scroll solution
- you want minimal setup without pulling in a large UI library

## When to avoid
- you use Vue 3, which this directive does not support
- you need an actively maintained project with a repository license file
- you need feature-rich virtual scrolling or intersection-observer-based solutions

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, web-framework
- domain: frontend, web-development
- platform: -
- tags: vue, vue-directive, infinite-scroll, pagination, javascript, web-server

## Member repositories
- ElemeFE/vue-infinite-scroll (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:25.836376+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-30T07:36:44.120800+00:00, confidence not recorded.
  - registry_npm: https://registry.npmjs.org/vue-infinite-scroll (fetched 2026-08-29T09:52:29.732254+00:00, sha 115b55418253)
- Data as of 2026-08-30T08:39:29.467469+00:00.
