vue serve <filepaths>
Serve a .js or .vue file in development mode with zero config
Arguments
| Name | Description |
|---|---|
filepaths | filepaths |
Options
| Name | Description |
|---|---|
-o, --open | Open browser |
-c, --copy | Copy local url to clipboard |
-p, --port <port> | Port used by the server (default: 8080 or next available port) |
-h, --help | Output usage information |