Skip to content

Commit 50836a4

Browse files
authored
docs: update cli options (#3082)
1 parent a708e6b commit 50836a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ Options:
8888
--live-reload Enables live reloading on changing files.
8989
--no-live-reload Disables live reloading on changing files.
9090
--https Use HTTPS protocol.
91+
--no-https Do not use HTTPS protocol.
9192
--http2 Use HTTP/2, must be used with HTTPS.
93+
--no-http2 Do not use HTTP/2.
9294
--bonjour Broadcasts the server via ZeroConf networking on start.
9395
--client-progress Print compilation progress in percentage in the browser.
9496
--hot-only Do not refresh page if HMR fails.
@@ -100,7 +102,9 @@ Options:
100102
--open-page <value...> Open default browser with the specified page.
101103
--client-logging <value> Log level in the browser (none, error, warn, info, log, verbose).
102104
--history-api-fallback Fallback to /index.html for Single Page Applications.
105+
--no-history-api-fallback Do not fallback to /index.html for Single Page Applications.
103106
--compress Enable gzip compression.
107+
--no-compress Disable gzip compression.
104108
--public <value> The public hostname/ip address of the server.
105109
--firewall [value...] Enable firewall or set hosts that are allowed to access the dev server.
106110
--no-firewall Disable firewall.

0 commit comments

Comments
 (0)