Serve command - local development server.
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
host: str = 'localhost'
port: int = 8012
open_browser: bool = True