GreenAsh.Web (GreenAsh v0.3.0)

Copy Markdown View Source

Entry point use GreenAsh.Web, :live_view for the console's LiveViews. Imports nothing from the host application: only Phoenix.LiveView, the lib's components, and a path helper relative to the mount base.

Summary

Functions

Builds an absolute path from the mount base (e.g. "/cli").

Functions

ga_path(base, rest)

Builds an absolute path from the mount base (e.g. "/cli").

live_view()