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-helperNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the tool globally and scans the current directory for Vue 1.x deprecations.
Use Vue 3 migration build or @vue/compat for Vue 3.
Manually review the official Vue 2 migration guide.
Use Node.js 4+ (LTS recommended).
Run 'npm install --global vue-migration-helper' to install globally.
Install globally with '-g' flag: npm install -g vue-migration-helper
No dependency data recorded yet.