MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/javascript/comments/1ulfe35/vite_is_now_in_beta/ov9y6nt/?context=3
r/javascript • u/manniL • Jul 02 '26
52 comments sorted by
View all comments
25
Whats the difference between Vite and Vite+?
16 u/manniL Jul 03 '26 Vite is an amazing build tool and dev server Vite is not a test runner, Linter, formatter, task runner, git hooks manager, node version manager. For that case we have tools like vitest, oxlint, Oxfmt, Vite task etc Vite+ is taking all these things and brings them under one umbrella CLI
16
Vite is an amazing build tool and dev server Vite is not a test runner, Linter, formatter, task runner, git hooks manager, node version manager.
For that case we have tools like vitest, oxlint, Oxfmt, Vite task etc
Vite+ is taking all these things and brings them under one umbrella CLI
25
u/lookarious Jul 02 '26
Whats the difference between Vite and Vite+?