JSPM

@nx/rollup

18.2.0-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 156652
  • Score
    100M100P100Q162082F
  • License MIT

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

Package Exports

  • @nx/rollup
  • @nx/rollup/executors.json
  • @nx/rollup/generators.json
  • @nx/rollup/migrations.json
  • @nx/rollup/package.json
  • @nx/rollup/plugin

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 Rollup 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