vue-migration-helper
vue-migration-helper copied to clipboard
CLI tool to aid in migration from Vue 1.x to 2.0
Is there a plan for supporting vue3?
same as #42, but about vue-router version https://github.com/vuejs/vue-migration-helper/blob/master/rules/vue-router/vue-router-dependency.js 
I realize that this project might not be maintained anymore, but i wont to mention that the `v-bind-sync` warning throws a false-positive as it has actually been reintroduced into Vue2....
I just spent an embarrassingly large amount of time trying to debug why nothing worked during my migration from 1.0.28. Turns out that the added requirement of the `router.beforeEach()` methods...
It seems that using `$arguments` in event handlers is no longer supported. Would it be a good idea to add this detection to the list?
I ran the migration helper on a project and it is falsely detecting "Interpolation within attributes" for blade files within a Laravel project. It thinks `href="{{ $url }}"` should be...