@hyperfrontend/features

@hyperfrontend/features

Nx plugin for hyperfrontend micro-frontend features.

Overview

The @hyperfrontend/features plugin provides Nx generators and executors to:

  • Initialize existing apps as hyperfrontend features
  • Generate shell applications for runtime loading
  • Add features to host applications
  • Manage feature contracts and configuration

Installation

1
npx nx add @hyperfrontend/features

Generators

init

Initialize an existing application as a hyperfrontend feature.

1
npx nx g @hyperfrontend/features:init

add

Add a feature to a host application.

1
npx nx g @hyperfrontend/features:add

Learn More