by rhengles on 7/3/20, 5:54 PM with 14 comments
by dsissitka on 7/3/20, 7:28 PM
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
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.
by IshKebab on 7/3/20, 7:22 PM
by adevx on 7/3/20, 7:16 PM