0.0.1 • Published 1 year ago

vue-class-component-to-composition-api-converter v0.0.1

Weekly downloads
-
License
0BSD
Repository
github
Last release
1 year ago

vue-class-component-to-composition-api-converter is a simple node script that converts your Vue components that are using vue-class-component to the composition API with script setup syntax.

Usage

node index.js PATH/Component.vue

will generate results/Component.vue. You will then have to review the file and address any issues or comments added to it. Once that's done, you can replace your component with that file.

Limitations

TBD