Vue3 was offically released 1.0 here with docs
Vue3 is basically same as using composition API on vue2 with other samples, but with fundamental improvement for performance.
Using Vue3 on Vue-cli is needed to upgrade to ~4.5 here
npm install
npm run serve
npm run build