·mf-module-info
</>

mf-module-info

Rufen Sie Metadaten und Manifestinformationen für ein Remote-Modulverbundmodul ab – publicPath, remoteEntry, Typdatei-URLs und die Remotes/Exposes/Shareds des Moduls aus seiner mf-manifest.json. Zwei Modi: (1) Übergeben Sie innerhalb eines Verbraucherprojekts nur den Remote-Namen und die Eintrags-URL wird aus mfConfig.remotes aufgelöst. (2) Übergeben Sie außerhalb eines Verbraucherprojekts direkt den Remote-Namen und die RemoteEntry-URL. Um die eigene Konfiguration des aktuellen Projekts zu überprüfen, verwenden Sie stattdessen mf-context.

12Installationen·1Trend·@module-federation

Installation

$npx skills add https://github.com/module-federation/core --skill mf-module-info

So installieren Sie mf-module-info

Installieren Sie den KI-Skill mf-module-info schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/module-federation/core --skill mf-module-info
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: module-federation/core.

Step 2 — consumer mode (no URL provided): Call the mf-context Skill (passing [project-root]) to collect MFContext, then run:

Step 2 — standalone mode (URL provided): Run with an empty context and the explicit URL:

| publicPath | Base URL of the remote | | remoteEntry | Full URL to remoteEntry.js | | typesZip | URL to @mf-types.zip | | typesApi | URL to @mf-types.api (shown only if present) | | hasSsr | Whether SSR build artifacts were detected | | exposes | Modules this remote exposes | | remotes | Remotes this module depends on |

Rufen Sie Metadaten und Manifestinformationen für ein Remote-Modulverbundmodul ab – publicPath, remoteEntry, Typdatei-URLs und die Remotes/Exposes/Shareds des Moduls aus seiner mf-manifest.json. Zwei Modi: (1) Übergeben Sie innerhalb eines Verbraucherprojekts nur den Remote-Namen und die Eintrags-URL wird aus mfConfig.remotes aufgelöst. (2) Übergeben Sie außerhalb eines Verbraucherprojekts direkt den Remote-Namen und die RemoteEntry-URL. Um die eigene Konfiguration des aktuellen Projekts zu überprüfen, verwenden Sie stattdessen mf-context. Quelle: module-federation/core.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/module-federation/core --skill mf-module-info
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-03-10
Aktualisiert
2026-03-10

Browse more skills from module-federation/core

Schnelle Antworten

Was ist mf-module-info?

Rufen Sie Metadaten und Manifestinformationen für ein Remote-Modulverbundmodul ab – publicPath, remoteEntry, Typdatei-URLs und die Remotes/Exposes/Shareds des Moduls aus seiner mf-manifest.json. Zwei Modi: (1) Übergeben Sie innerhalb eines Verbraucherprojekts nur den Remote-Namen und die Eintrags-URL wird aus mfConfig.remotes aufgelöst. (2) Übergeben Sie außerhalb eines Verbraucherprojekts direkt den Remote-Namen und die RemoteEntry-URL. Um die eigene Konfiguration des aktuellen Projekts zu überprüfen, verwenden Sie stattdessen mf-context. Quelle: module-federation/core.

Wie installiere ich mf-module-info?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/module-federation/core --skill mf-module-info Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/module-federation/core