Vite+ is a new unified toolchain and entry point to web application development. Manage your runtime, package manager, and frontend stack with one tool. curl -fsSL https://vite.plus | bash
Been using Vite since v4 and it completely changed my dev workflow. Excited to see the unified toolchain approach — does Vite+ handle testing and deployment too, or is it focused on build and dev server?
Should I use Vite+ if I'm only using Vite? What are its advantages? Thank you.
Unifying runtime + package manager + frontend stack is ambitious. The curl install is clean but how does it handle existing nvm/fnm setups — does it conflict or coexist? That migration path matters a lot for adoption.
switched to vite last year and never looked back. curious what the + adds — is it mainly the unified config or are there perf wins too?
Having Vite, Vitest, Oxlint, and Oxfmt all unified under one CLI is huge. Right now my projects have separate configs for ESLint, Prettier, Vitest, and the build tool – and keeping them in sync is easily 10% of my setup time for any new project.
One thing I'm curious about: how does `vp check` handle framework-specific linting rules? For example, React has its own set of rules (hooks rules, JSX accessibility), and Vue has theirs. Does Oxlint cover those out of the box, or would you still need to layer on additional plugins for framework-specific checks?
Runtime + package manager + frontend stack in one entry point is a bold scope. Where does Vite+ draw the line - is the goal to replace something like Volta or fnm for runtime management, or is it more of an opinionated layer on top of them?
Oh this is nice. Setting up a new project always feels like I'm spending the first hour just picking and configuring tools instead of actually building. If this actually unifies all that into one step I'm sold. Starred the repo.
Been using Vite since v4 and it completely changed my dev workflow. Excited to see the unified toolchain approach — does Vite+ handle testing and deployment too, or is it focused on build and dev server?