LiveVue 1.0
Interactive Examples

Learn by doing

Each example shows a complete, working implementation with both LiveView and Vue source code. See how props flow from server to client, and how events bubble back up.

How these examples work

1

Preview

Interact with the live component. State updates flow through the WebSocket.

2

LiveView

The Elixir code that manages state and handles events server-side.

3

Vue

The Vue component that receives props and provides the UI.

All Examples

Ready to build?

Install LiveVue and start using Vue components in your Phoenix app.

mix igniter.install live_vue