# vue-vine/vue-vine

Another style of writing Vue components.

Repository: https://github.com/vue-vine/vue-vine
Canonical: https://ross.abutalabs.com/products/vue-vine
Homepage: https://vue-vine.dev
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-25T07:26:12+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 67, longevity 85
- inputs: {"age_days": 1195, "days_push": 8, "days_rel": 143, "gap_med": 1.0, "n_releases_24m": 127}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1444, forks 67 (observed 2026-08-28T04:04:44.992882+00:00)

## What it is
Vue Vine is an alternative style for writing Vue.js components that allows multiple components in a single TypeScript file, as a parallel approach to Single File Components (SFC). It includes a compiler, language server, and VSCode extension for full tooling support.

## Use cases
- write multiple Vue components in one file
- use TypeScript more naturally in Vue components
- migrate existing Vue SFC projects to a functional component style
- get editor tooling for a non-SFC Vue syntax
- scaffold a new Vue project with Vine via CLI

## When to choose
- you want to define several related Vue components in a single file
- you prefer functional component style over SFC templates-in-separate-blocks
- you want tighter, more natural TypeScript integration in Vue components
- your team wants a concise macro-based Vue authoring experience

## When to avoid
- your team is heavily invested in standard SFC tooling and conventions
- you rely on Vue ecosystem plugins that assume SFC files
- you need maximum community support and battle-tested patterns
- you are a beginner learning Vue for the first time

## Facets
- artifact type: framework
- maturity: active
- function: frontend-framework, compiler, templating, type-system, developer-tools
- domain: web-development, frontend, developer-tools
- platform: cross-platform
- tags: vue, vue-components, sfc-alternative, typescript, vscode-extension, language-server, macros, single-file-components, nodejs, web-server

## Member repositories
- vue-vine/vue-vine (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.992882+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-30T04:36:19.169595+00:00, confidence not recorded.
  - readme: https://github.com/vue-vine/vue-vine (fetched 2026-08-28T04:04:44.992882+00:00, sha 944786f6b2bb)
  - homepage: https://vue-vine.dev (fetched 2026-08-29T11:46:41.569590+00:00, sha ce4125965349)
  - registry_npm: https://registry.npmjs.org/vue-vine (fetched 2026-08-29T11:46:41.573889+00:00, sha 4bb666140fcb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
