vuejs / vue-class-component

ES / TypeScript decorator for class-style Vue components.
MIT License
5.81k stars 429 forks source link

Docs: Add vue-class-migrator reference #638

Closed victorcuena closed 1 year ago

victorcuena commented 1 year ago

Context

In light of shifting recommendations away from Vue Class Components, the vue-class-migrator CLI is as a valuable tool for easing this transition.

This command-line utility simplifies the migration process, resulting in significant time savings. My aim is to contribute this tool to the community, making it accessible for others to benefit from.

I propose that integrating it into the deprecation notice would be a highly beneficial step, as it could provide substantial assistance to developers undergoing a similar transition.

For additional insights, you can refer to the related article here.

@lmiller1990