quasar serve <path>

Start development server

Arguments

NameDescription
pathPath to serve

Options

NameDescription
--port, -p <port>Port to use
--hostname, -H <hostname>Address to use
--gzip, -gCompress content
--silent, -sSuppress log message
--colorsLog messages with colors
--open, -oOpen browser window after starting
--cache, -c <cache>Cache time (max-age) in seconds
--micro, -m <micro>Use micro-cache
--historyUse history api fallback
--index, -i <index>History mode (only!) index url path
--httpsEnable 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
--corsEnable CORS for all requests
-h, --helpOutput usage information