vue-migration-helper icon indicating copy to clipboard operation
vue-migration-helper copied to clipboard

CLI tool to aid in migration from Vue 1.x to 2.0

Results 6 vue-migration-helper issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/21295738/77758525-29d2f680-7044-11ea-9a4c-a3a5327df582.png)

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....

pull request welcome

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?

feature request
pull request welcome

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...

feature request
pull request welcome