Registry / devops / vue-migration-helper

vue-migration-helper

JSON →
library1.1.8jsnpmunverified

CLI tool to aid in migration from Vue 1.x to 2.0. Scans files for Vue-specific code and provides detailed warnings when deprecated patterns are found. Covers approximately 80% of deprecations. Released under the MIT license, with no active development since version 1.1.8 (node >=4.0.0). Differentiators: official Vue.js tool, simple CLI usage, no configuration needed.

npm install vue-migration-helper
INSTALL
IMPORT
SIG · VUE-MIGRATION-HELP
V
vue-migration-helper
devopsjavascriptv1.1.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bin command
vue-migration-helper
migration-helper
Global install required; run from terminal, not imported.

Installs the tool globally and scans the current directory for Vue 1.x deprecations.

npm install --global vue-migration-helper cd path/to/my-vue-project vue-migration-helper
Debug
Known issues
deprecatedPackage is frozen for Vue 1.x to 2.0 migration; not applicable for Vue 3 migrations.
fix
Use Vue 3 migration build or @vue/compat for Vue 3.
affects: >=1.0.0
gotchaCannot reliably catch every deprecation; only covers ~80%.
fix
Manually review the official Vue 2 migration guide.
affects: >=1.0.0
gotchaNode.js >=4.0.0 required; does not support newer Node features.
fix
Use Node.js 4+ (LTS recommended).
affects: >=1.0.0
Errors
Common errors & fixes
bash: vue-migration-helper: command not found
The package is not installed globally or not in PATH.
fix
Run 'npm install --global vue-migration-helper' to install globally.
Error: Cannot find module '../lib'
Local installation attempted instead of global.
fix
Install globally with '-g' flag: npm install -g vue-migration-helper
Upgrade
Version history
1.1.8latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
vue-migration-helper — npm install vue-migration-helper · libregistry