Gluon node package · 1.10.0

@gluonjs/vue-migration-analyzer

Static, report-only Vue 3.5 migration inventory for Gluon.

Runtimenode
Version1.10.0
LicenseMIT
Public entry points2

Install and start

Install the public package at the same version as the rest of the Gluon train:

shell
npm install @gluonjs/vue-migration-analyzer
sh
gluon-vue-analyze .
gluon-vue-analyze . --format json

Purpose

Static, report-only Vue 3.5 migration inventory for Gluon.

Use cases

  • Inventory Vue source surfaces without executing project code.
  • Report-only migration evidence for the Gluon Vue cutover path.
  • Schema-backed CLI analysis for repository reviews.

Public entry points

Only these package exports are part of the supported public boundary.

Dependencies and peers

Installed dependencies

  • @vue/compiler-dom · runtime dependency
  • @vue/compiler-sfc · runtime dependency
  • typescript · runtime dependency

Peer dependencies

  • None

API reference

Open an entry point above for generated symbol documentation and a reviewed example for every public symbol. Application code must import from this package entry point, never from repository source paths.

Scope and limits

  • Does not generate Gluon source or modify files.
  • Does not establish behavioral equivalence.

Related guides

Verified integration notes

  • Exports `.` and `./schema`.
  • Ships the `gluon-vue-analyze` binary.