# yyx990803/vue-lit

Proof of concept custom elements "framework"

Repository: https://github.com/yyx990803/vue-lit
Canonical: https://ross.abutalabs.com/products/vue-lit
Language: JavaScript
License Family: other
Last push: 2020-10-27T03:43:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2177, "days_push": 2136, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1115, forks 51 (observed 2026-08-28T04:03:38.446772+00:00)

## What it is
A ~70-line proof-of-concept framework for defining native custom elements using Vue's reactivity system and lit-html templating. It exposes an API nearly identical to the Vue Composition API but renders standard Web Components.

## Use cases
- build web components with Vue composition API syntax
- create reactive custom elements without a full framework
- use lit-html templates with Vue-style reactive state
- prototype lightweight component framework ideas
- define native custom elements with lifecycle hooks

## When to choose
- you want tiny (~6kb) reactive web components without shipping a full framework
- you're already familiar with the Vue Composition API
- you need framework-agnostic custom elements for embedding in any page

## When to avoid
- you need a production-ready, maintained framework with support and security patches
- you need SSR, routing, or a full application framework
- you require a project with an explicit license or active maintenance

## Facets
- artifact type: library
- maturity: experimental
- function: frontend-framework, ui-components, templating, state-management
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: custom-elements, web-components, vue-composition-api, lit-html, proof-of-concept, micro-framework, javascript, web

## Member repositories
- yyx990803/vue-lit (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:38.446772+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-30T06:42:12.423495+00:00, confidence not recorded.
  - readme: https://github.com/yyx990803/vue-lit (fetched 2026-08-28T04:03:38.446772+00:00, sha 4e2bae522d45)
- Data as of 2026-08-30T08:39:29.467469+00:00.
