vue-serve
Development server for Vue components
TLDR
Serve in development mode
$ vue serve
Serve specific file$ vue serve [App.vue]
Serve on custom port$ vue serve --port [8080]
Open browser automatically$ vue serve --open
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.
