quasar serve <path>
Start development server
Arguments
Name | Description |
---|---|
path | Path to serve |
Options
Name | Description |
---|---|
--port, -p <port> | Port to use |
--hostname, -H <hostname> | Address to use |
--gzip, -g | Compress content |
--silent, -s | Suppress log message |
--colors | Log messages with colors |
--open, -o | Open browser window after starting |
--cache, -c <cache> | Cache time (max-age) in seconds |
--micro, -m <micro> | Use micro-cache |
--history | Use history api fallback |
--index, -i <index> | History mode (only!) index url path |
--https | Enable HTTPS |
--cert, -C <cert> | Path to SSL cert file (Optional) |
--key, -K <key> | Path to SSL key file (Optional) |
--proxy <proxy> | Proxy specific requests defined in file |
--cors | Enable CORS for all requests |
-h, --help | Output usage information |