API Reference PhoenixVapor v#0.3.0

Copy Markdown View Source

Modules

Vue templates as native LiveView rendered structs.

Helpers for using Vue templates in Phoenix components.

Hybrid mode implementation — split reactivity between server and client.

Classifies bindings from a parsed <script setup> into server-owned, client-owned, and mixed categories using AST-based dataflow analysis.

Generates client-side JavaScript for hybrid components.

Generates Elixir code (AST) for the server side of a hybrid component.

Full Vue component runtime in QuickBEAM.

Server-side Vue reactivity via QuickBEAM.

Persistent Vue reactive context backed by QuickBEAM.

Extracts reactive state and functions from <script setup> blocks.

Provides the ~VUE sigil for embedding Vue templates in LiveView components.

Load Vue Single File Components (.vue files) as LiveView function components.

Full Vue component runtime in QuickBEAM.

Mix Tasks

Bundles JavaScript dependencies for server-side Vue rendering.