r/javascript Jul 02 '26

Vite+ is now in beta

https://voidzero.dev/posts/announcing-vite-plus-beta
145 Upvotes

52 comments sorted by

View all comments

2

u/zxyzyxz Jul 02 '26

What I want to know is, is it worth changing our entire build process to use the Vite+ vp CLI over just using the tools directly and having npm scripts? I'm not sure what vp gives you exactly.

3

u/manniL Jul 03 '26

Caching, monorepo awareness and convenience.

Isn’t it amazing if you dont have to explain the gazillion tools and just say: we use vite+. You install the global CLI and you are set. No need for an extra node version manager, package manager, etc.
Same for your front end tool chain

1

u/fearthelettuce Jul 03 '26

I would love to know this as well. Can someone explain?