LinuxCommandLibrary

vue-serve

Development server for Vue components

TLDR

Serve in development mode

$ vue serve
copy
Serve specific file
$ vue serve [App.vue]
copy
Serve on custom port
$ vue serve --port [8080]
copy
Open browser automatically
$ vue serve --open
copy

SYNOPSIS

vue serve [options] [entry]

DESCRIPTION

vue serve starts a development server with hot-reload. Serves Vue single-file components without a full project setup. Instant prototyping for Vue components.

PARAMETERS

-o, --open

Open browser.
-p, --port port
Port number.
-h, --host host
Host address.
--https
Use HTTPS.

SEE ALSO

vue(1), vue-build(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community