One thing I'm really excited about with this version is Vite (the snowpack type version of Vue that doesn't require webpack). It should make development so much easier.
As someone who includes we pack in my build chain in order to use vue but doesn't truly understand it and has never used Cute, can you explain the advantages?
- Lightning-fast cold server start - Instant hot module replacement (HMR) - True on-demand compilation
This part should be of particular interest to you:
https://github.com/vitejs/vite#how-is-this-different-from-vu...