from Hacker News

Vue 3: mid 2020 status update

by rhengles on 7/3/20, 5:54 PM with 14 comments

  • by dsissitka on 7/3/20, 7:28 PM

    > If you just want to try Vue 3 out - you can do it right now with Vite. Vite (https://github.com/vitejs/vite) 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.

    From https://github.com/vitejs/vite:

    > 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.

    I wonder if Vite/Rollup will end up replacing vue-cli/webpack in the Vue community.

  • by DLA on 7/3/20, 7:19 PM

    Anyone using Vue3? How's it going? I am very much looking forward to migrating to V3 and using TypeScript for components.

    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.

    [0] https://github.com/vitejs/vite

  • by IshKebab on 7/3/20, 7:22 PM

    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).
  • by adevx on 7/3/20, 7:16 PM

    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.