Files
backstage/packages/frontend-dev-utils
github-actions[bot] 68db890456 Version Packages (next)
2026-05-26 15:26:38 +00:00
..
2026-05-26 15:26:38 +00:00
2026-05-26 15:26:38 +00:00

@backstage/frontend-dev-utils

Utilities for developing Backstage frontend plugins using the new frontend system.

This package provides a minimal helper for wiring up a development app from a dev/ entry point, making it easy to run and test frontend plugins in isolation.

Installation

Install the package via Yarn:

cd plugins/<plugin> # if within a monorepo
yarn add -D @backstage/frontend-dev-utils

Documentation