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 GitHub Actions or release automation.
Prefer the documented VitePlus setup:
- uses: voidzero-dev/setup-vp@v1
- run: vp env
- run: vp install
- run: vp check && vp testvoidzero-dev/setup-vp@v1 over hand-rolled Node/Corepack bootstrapping unless the repo has a proven exception.vp install over separate package-manager bootstrap logic when VitePlus is the tool owner.vp config when the repo wants stock hooks or agent integration instead of hand-rolled hook setup.vp run <script> when CI needs a repo-specific script that VitePlus does not replace.