Migrate or align frontend repositories to the stock VitePlus workflow. Use when standardizing package or monorepo repos around `vp`, `voidzero-dev/setup-vp`, `vite-plus/test`, and VitePlus-native CI, test, and packaging flows, including updating scripts, test config, CI setup, and packaging commands.
94
94%
Does it follow best practices?
Impact
95%
2.63xAverage score across 3 eval scenarios
Passed
No known issues
Use this reference before changing command invocations, package-manager usage, or script wiring in a Vite+ repo.
vp as the tool owner for runtime, package-manager, and frontend-tooling operations.pnpm, npm, or yarn directly when Vite+ is the tool owner; use vp install, dependency subcommands, or vp pm instead.vp vitest or vp oxlint; use the built-in vp test and vp lint commands.vp build, vp test, and vp dev do not run same-named package.json scripts.vp run <script> for repo-defined scripts that Vite+ does not replace directly.run block in vite.config.ts instead of leaving it as a plain package script.vp env, vp install, vp check, vp test, then vp build or vp pack as appropriate.