uioz / mfe-proxy-cli

MIT License
0 stars 0 forks source link

server-install 命令 #32

Closed uioz closed 3 years ago

uioz commented 3 years ago

server-install 命令

说明:

Usage: index server-install [options]

this command will install mfe-proxy-server and configures it with options

Options:
  -S, --serve        immediately serving this project use mfe-proxy-server after installed (default: false)
  -i, --inject       to inject serve command in packageJson (default: false)
  -P, --port <port>  mfe-proxy-server port (80 by default)
  -H, --host <host>  mfe-proxy-server host (0.0.0.0 by default)
  -M, --mode <mode>  development or production (production by default)
  -h, --help         display help for command

Originally posted by @uioz in https://github.com/uioz/mfe-proxy-cli/issues/9#issuecomment-843721971