JSPM

@nx/remix

21.3.0-canary.20250619-29b14b1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13405
  • Score
    100M100P100Q128319F
  • License MIT

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applications, libraries, routes, loaders, and more. - Library build support for publishing packages to npm or other registries. - Utilities for automatic workspace refactoring.

Package Exports

  • @nx/remix
  • @nx/remix/executors.json
  • @nx/remix/generators
  • @nx/remix/generators.json
  • @nx/remix/migrations.json
  • @nx/remix/package.json
  • @nx/remix/plugin
  • @nx/remix/plugins/component-testing

Readme

Nx - Smart Repos · Fast Builds

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 Repos · Fast Builds

An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.

This package is a Remix 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 Repos · Fast Builds