yoyo930021 / vc2c

The vc2c project can convert vue class APIs to vue composition APIs in Vue.js components written in Typescript.
https://yoyo930021.github.io/vc2c/
MIT License
87 stars 20 forks source link

refactor: upgrade to typescript 5 #55

Closed imslepov closed 1 month ago

imslepov commented 3 months ago

In this PR I've done:

I removed the CLI because I don't see much use for it. For large projects, it's more convenient to migrate using a small script that utilizes the convert function. And if you only need to convert one file, it's faster to use the Web demo. I propose to keep only importing the convert from the package, what do you think?

Remaining tasks: