---
title: "vuer.cli.commands.serve"
section: "CLI"
order: 2100
description: "Python API reference for vuer.cli.commands.serve"
---

# vuer.cli.commands.serve

Serve command - local development server.

## Serve

```python
class Serve
```

[Source](https://github.com/vuer-ai/vuer-docs/blob/main/src/vuer/cli/commands/serve.py#L7)

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
```
