Package Exports
- @nx/vite
- @nx/vite/executors
- @nx/vite/executors.json
- @nx/vite/generators.json
- @nx/vite/migrations.json
- @nx/vite/package.json
- @nx/vite/plugin
- @nx/vite/plugins/nx-copy-assets.plugin
- @nx/vite/plugins/nx-tsconfig-paths.plugin
- @nx/vite/plugins/rollup-replace-files.plugin
- @nx/vite/src/executors/build/build.impl
- @nx/vite/src/executors/build/compat
- @nx/vite/src/executors/build/schema.json
- @nx/vite/src/executors/dev-server/compat
- @nx/vite/src/executors/dev-server/dev-server.impl
- @nx/vite/src/executors/dev-server/schema.json
- @nx/vite/src/executors/preview-server/compat
- @nx/vite/src/executors/preview-server/preview-server.impl
- @nx/vite/src/executors/preview-server/schema.json
- @nx/vite/src/executors/test/compat
- @nx/vite/src/executors/test/schema.json
- @nx/vite/src/executors/test/vitest.impl
Readme
Nx: Smart Repos · Fast Builds
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
This package is a Vite 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