Vue 3 has been out for some time now and many people, including me, are eager to know what has changed and how to create project with it
# npm
npm install
npm run dev
# yarn
yarn
yarn dev
This will start a Vite server on local that you can play with.
The build tool
This should go without saying 😂
The team has just finished upgrading it to Vue 3 and the APIs stay the same. However they are some plans for future APIs so there may be breaking changes later on.
The codebase has been upgraded to use Vue 3 and most of the existing functions are usable.