Getting Started

Understand the package-local manifest and Vue registry build flow.

The Vue registry is assembled from the package-local registry definitions in packages/vue/src/registry/* and published under apps/vue/public/r.

Build flow

corepack pnpm registry:build:vue

What is included

  • Vue TSX component sources
  • SCSS files from the shared design system
  • Composables and framework-agnostic helpers

The docs site reads the published registry metadata from apps/vue/public/r/registry.json, so the site and the public registry stay aligned.