vercel microfrontends
The command (alias: vercel mf) provides utilities for working with Vercel Microfrontends from the CLI.
Currently, it supports pulling the remote configuration to your local repository for development.
To learn more about the architecture and config format, see Microfrontends on Vercel. For a polyrepo setup walkthrough, see Accessing the configuration file. This command requires Vercel CLI 44.2.2 or newer.
Using the vercel microfrontends pull command to
download the project's microfrontends.json (or
microfrontends.jsonc) file for local development.
These are options that only apply to the command.
Use the --dpl option to specify a deployment ID or URL
to pull configuration from. If omitted, the CLI uses your project's default
application/deployment.
Pull configuration from a specific deployment.
The following global options can be passed when using the vercel microfrontends command:
For more information on global options and their usage, refer to the options section.
Was this helpful?