> If you just want to try Vue 3 out - you can do it right now with Vite. Vite (<a href="https://github.com/vitejs/vite" rel="nofollow">https://github.com/vitejs/vite</a>) is a new dev/build tool that we created that is lighter, faster and produces smaller bundles. It works with Vue 3 out of the box.<p>From <a href="https://github.com/vitejs/vite" rel="nofollow">https://github.com/vitejs/vite</a>:<p>> Vite is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production.<p>I wonder if Vite/Rollup will end up replacing vue-cli/webpack in the Vue community.
Anyone using Vue3? How's it going? I am very much looking forward to migrating to V3 and using TypeScript for components.<p>The new vite [0] dev tool looks impressive. The features list is chock full of good stuff like TypeScript, JSX, CSS processing, hot reloads, JSON and CSS loading, etc.<p>[0] <a href="https://github.com/vitejs/vite" rel="nofollow">https://github.com/vitejs/vite</a>
Does Vue 3 allow type checking templates? That's by far the biggest issue with Vue 2 and I would strongly recommend anyone to use React instead just for that reason (though there are others too).
It's good to see a status update for Vue 3, and creatively done I must say. If Vue's (Vuex) TypeScript support wasn't as bad as it is in Vue 2, I would not be as eagerly awaiting this 3.0 release. Currently on the fence to rewrite a large project to Next.js + TypeScript + Mobx as I have to move things forward and expect the whole ecosystem to take a long time to catch up.