Skip to main content

@fe/cli

The fe command-line interface. All commands run from the workspace root.

CommandWhat it does
fe build <target>Bundle an MFE or the shell
fe serveServe the built shell
fe dev <target>Isolated sandbox with hot module replacement
fe link <consumer> <dep>Wire a fe() devDependency between packages
fe publish <target>Publish MFE source code for JIT compilation
fe check <target>Typecheck + simulate build