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 when migrating tests to VitePlus-native usage.
vite-plus/test over direct vitest imports when migrating to VitePlus.vp test rather than attempting to invoke Vitest through a made-up subcommand.At the time this skill was written, adding @vitest/coverage-v8 to a VitePlus project can still produce a mixed-version warning during vp test --coverage, even in a fresh stock scaffold. Treat that as a VitePlus limitation to verify and document, not as an automatic repo regression.