server
Installation
SKILL.md
Vuer Server
Configuration
app = Vuer(
port=8012, # WebSocket port
static_root=".", # Static files at /static/
cors="*", # CORS origins
free_port=False, # Auto-kill process on port
)
Environment variables: VUER_PORT, VUER_DOMAIN, VUER_CORS, VUER_STATIC_ROOT