Package Exports
- @nx/vitest
- @nx/vitest/executors
- @nx/vitest/executors.json
- @nx/vitest/executors/test/schema
- @nx/vitest/executors/test/schema.json
- @nx/vitest/generators
- @nx/vitest/generators.json
- @nx/vitest/generators/configuration/schema
- @nx/vitest/generators/configuration/schema.json
- @nx/vitest/generators/init/schema
- @nx/vitest/generators/init/schema.json
- @nx/vitest/migrations.json
- @nx/vitest/package.json
Readme
Nx: Smart Repos · Fast Builds
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
This package is a Vitest plugin for Nx.
Getting Started
Creating an Nx Workspace
Using npx
npx create-nx-workspaceUsing npm init
npm init nx-workspaceUsing yarn create
yarn create nx-workspaceAdding Nx to an Existing Repository
Run:
npx nx@latest init