Getting Started
Overview
Vite+ is the unified toolchain and entry point for modern web application development. It manages your runtime, package manager, and frontend toolchain in one place by combining Vite, Vitest, Oxlint, Oxfmt, Rolldown, tsdown, and Vite Task:
- Runtime Management: Manage Node.js globally and per-project with
vp env - Package Management: Install and manage dependencies with
vp installand related commands - Dev Server: Run Vite's native ESM dev server with
vp dev - Code Health: Run linting, formatting, and type checks with Oxlint, Oxfmt, and
tsgoviavp check - Testing: Run tests with bundled Vitest via
vp test - Build & Pack: Build apps with
vp buildand build libraries or standalone app binaries withvp pack - Task Runner: Execute monorepo tasks with
vp runand automated caching/dependency resolution
All in a single, cohesive tool designed for scale, speed, and developer sanity. Vite+ is fully open-source under the MIT license.