View Source LiveVue.Components (LiveVue v0.4.0)

Macros to improve the developer experience of crossing the Liveview/Vue boundary.

Summary

Functions

Generates functions local to your current module that can be used to render Vue components. TODO: This could perhaps be optimized to only read the files once per compilation.

Functions

Link to this macro

__using__(opts)

View Source (macro)

Generates functions local to your current module that can be used to render Vue components. TODO: This could perhaps be optimized to only read the files once per compilation.

Examples

use LiveVue.Components, vue_root: ["./assets/vue", "./lib/my_app_web"]