Vue Migration Helper (alpha)

Vue Migration Helper is a CLI tool that will help us migrate from Vue 1.* to Vue 2.0. Currently its development is in progress but the tool looks awesome so far.

Usage

# install
npm install --global git://github.com/chrisvfritz/vue-migration-helper.git

# navigate to a Vue 1.x project directory
cd path/to/my-vue-project

# scan all files in the current directory
vue-migration-helper
# scan all files in specific sub-directories
vue-migration-helper src folder-a folder-b

Go give it a star on GitHub while waiting for the stable version.

I am looking forward to using Vue Migration Helper to migrate a lot projects of mine.

Keep up the good work Chris Fritz.