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
npm install @originjs/vue-codemod -g
npx vue-codemod -a src
npm install
npm run serve
Just run 'npm install' again and you can run this project in vue3.
Enjoy!