This project is a demo for vue2 to vue3 migration tool vue-codemod.
This project is a demo for vue2 to vue3 migration tool vue-codemod. Currently it is in vue2 and we can transform it to vue3 by vue-codemod.
npm install
npm run serve
npm run build
npx [the path of vue-codemod] -a src
npm install
Just run ‘npm install’ again and you can run this project in vue3.
Enjoy!