JSPM

@nx/vite

19.6.0-canary.20240809-d3747e0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1138041
  • Score
    100M100P100Q185274F
  • License MIT

The Nx Plugin for building and testing applications using Vite

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-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 Monorepos · Fast CI

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.

This package is a Vite plugin for Nx.

Getting Started

Creating an Nx Workspace

Using npx

npx create-nx-workspace

Using npm init

npm init nx-workspace

Using yarn create

yarn create nx-workspace

Adding Nx to an Existing Repository

Run:

npx nx@latest init

Documentation & Resources

Nx - Smart Monorepos · Fast CI