You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ _runtime and package management, create, dev, check, test, build, pack, and mono
11
11
12
12
Vite+ is the unified entry point for local web development. It combines [Vite](https://vite.dev/), [Vitest](https://vitest.dev/), [Oxlint](https://oxc.rs/docs/guide/usage/linter.html), [Oxfmt](https://oxc.rs/docs/guide/usage/formatter.html), [Rolldown](https://rolldown.rs/), [tsdown](https://tsdown.dev/), and [Vite Task](https://github.com/voidzero-dev/vite-task) into one zero-config toolchain that also manages runtime and package manager workflows:
13
13
14
-
-**`vp env`:** Manage Node.js globally and per project
15
-
-**`vp install`:** Install dependencies with automatic package manager detection
16
-
-**`vp dev`:**Run Vite's fast native ESM dev server with instant HMR
17
-
-**`vp check`:** Run formatting, linting, and type checks in one command
18
-
-**`vp test`:** Run tests through bundled Vitest
19
-
-**`vp build`:** Build applications for production with Vite + Rolldown
20
-
-**`vp run`:**Execute monorepo tasks with caching and dependency-aware scheduling
21
-
-**`vp pack`:** Build libraries for npm publishing or standalone app binaries
22
-
-**`vp release`:**Version and publish workspace packages
23
-
-**`vp create` / `vp migrate`:**Scaffold new projects and migrate existing ones
14
+
-**`vp env`:** Manage Nodeand package managers
15
+
-**`vp install`:** Install project dependencies
16
+
-**`vp dev`:**Start the dev server
17
+
-**`vp check`:** Run format, lint, type checks
18
+
-**`vp test`:** Run test suites
19
+
-**`vp build`:** Build apps for production
20
+
-**`vp run`:**Run cached workspace tasks
21
+
-**`vp pack`:** Build libraries and binaries
22
+
-**`vp release`:**Publish workspace releases
23
+
-**`vp create` / `vp migrate`:**Create or migrate projects
24
24
25
25
All of this is configured from your project root and works across Vite's framework ecosystem.
0 commit comments