# xunleif2e/vue-lazy-component

🐌 Vue.js 2.x 组件级懒加载方案-Vue.js 2.x component level lazy loading solution

Repository: https://github.com/xunleif2e/vue-lazy-component
Canonical: https://ross.abutalabs.com/products/vue-lazy-component
Language: Vue
License: MIT
License Family: permissive
Topics: vue, lazyload, component, plugin
Last push: 2020-01-05T14:39:44+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": 3277, "days_push": 2432, "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 1007, forks 139 (observed 2026-08-28T04:03:12.264677+00:00)

## What it is
A Vue.js 2.x plugin that provides component-level lazy loading. It loads real components when they become visible (or after a timeout), shows skeleton components as placeholders, and supports async code splitting of real components.

## Use cases
- lazy load vue components when they scroll into view
- show skeleton placeholder before component loads
- defer loading below-the-fold components in vue 2
- split heavy vue components into async chunks
- delay component loading with a timeout

## When to choose
- you are on Vue 2.x and need viewport-based component lazy loading
- you want skeleton screens plus async chunk loading in one wrapper component

## When to avoid
- you are using Vue 3 (not supported)
- you only need image lazy loading rather than component-level loading
- you need actively maintained software with recent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation, state-management
- domain: frontend, web-development, performance
- platform: browser
- tags: vue2, lazy-loading, skeleton-screen, code-splitting, intersection-observer, nodejs

## Member repositories
- xunleif2e/vue-lazy-component (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:12.264677+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:12:42.822817+00:00, confidence not recorded.
  - readme: https://github.com/xunleif2e/vue-lazy-component (fetched 2026-08-28T04:03:12.264677+00:00, sha 84776c14c870)
- Data as of 2026-08-30T08:39:29.467469+00:00.
