Loading...
Loading...
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, packaging, and hook flows. Default to replacing direct package-manager and Vitest wiring with the VitePlus equivalents unless the repo has a proven exception.
npx skill4agent add uinaf/skills viteplusvoidzero-dev/setup-vp@v1vp envvp installvp checkvp testvite-plus/testvp testvp test --watchvp test --coveragevp packvp buildvp run <script>vp stagedlint-stagedvpAGENTS.mdCLAUDE.mdvite.config.tsvp check && vp testvp env && vp install && vp check && vp testvp buildvp test --coveragevp staged- uses: voidzero-dev/setup-vp@v1
- run: vp env
- run: vp install
- run: vp check && vp testexport default defineConfig({
staged: {
"*.{js,ts,tsx,vue,svelte}": "vp check --fix",
},
}) # package.json scripts
-- "test": "vitest run --coverage",
-- "test:watch": "vitest",
+- "test": "vp test",
+- "test:watch": "vp test --watch",vp createvp migratevp stagedpackvite.config.ts@vitest/coverage-v8