Vue2 to Vue3 Migration Tool

JSON →
library 0.4.5 ·javascript
verified Jun 7, 2026

A CLI tool that automatically migrates Vue 2 Options API JavaScript files to Vue 3 Composition API style. Current stable version is 0.4.5 (beta). Release cadence is irregular; maintained by a single developer. Key differentiator: it splits Vue 2 component options (data, methods, computed) into separate Composition API files, factoring out logical concerns into individual composition functions. Currently supports only .js files, planned support for .ts and .vue SFC. Requires Vue 2.x as a peer dependency for initial project, but the output is Vue 3 compatible.