We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98cc81 commit c5b2ea3Copy full SHA for c5b2ea3
bin/vue-build
@@ -27,7 +27,7 @@ program
27
.usage('[entry]')
28
.option('--dist [directory]', 'Output directory for bundled files')
29
.option('--port [port]', 'Server port')
30
- .option('--host [host]', 'Server host', 'localhost')
+ .option('--host [host]', 'Server host')
31
.option('--prod, --production', 'Build for production')
32
.option('-w, --watch', 'Run in watch mode')
33
.option('-m, --mount', 'Auto-create app instance from given component, true for `.vue` file')
0 commit comments