We’re excited to open-source Vite+ under the MIT license. Vite+ is a new unified toolchain and entry point to web application development that manages your runtime, package manager, and frontend toolchain. Give it a try today!
What is Vite+?
Vite+ combines Vite, Vitest, Oxlint, Oxfmt, Rolldown, and tsdown into a single, unified web development toolchain for developing, testing, linting, formatting, and building projects for production driven by our new task runner Vite Task. Since web development requires a runtime such as Node.js and a package manager, Vite+ can also manage them for you, covering the full local development cycle.
With Vite+, web development becomes simpler, faster, and more lightweight:
vp env : Manages Node.js globally and per project
Manages Node.js globally and per project vp install : Installs dependencies using the correct package manager automatically
Installs dependencies using the correct package manager automatically vp dev : Uses Vite’s fast dev experience with native ES modules and instant HMRy
Uses Vite’s fast dev experience with native ES modules and instant HMRy vp check : Lints with Oxlint, formats code using Oxfmt and checks types with tsgo
Lints with Oxlint, formats code using Oxfmt and checks types with tsgo vp test : Seamlessly integrates and runs Vitest with fast feedback loops
Seamlessly integrates and runs Vitest with fast feedback loops vp build : Generates optimized production builds using Rolldown and Oxc
... continue reading