Vuer

vuer.cli.commands.serve

Serve command - local development server.

Serve

python
class Serve

Source

Start a local vuer development server.

EXAMPLES vuer serve vuer serve --port 8080 vuer serve --host 0.0.0.0 --port 3000

python
host: str = 'localhost'
python
port: int = 8012
python
open_browser: bool = True