Packages

Potionx project generator. Provides a `mix potionx.new` task to bootstrap a new Elixir application with Phoenix, Absinthe, Pow and Vue dependencies.

Current section

Files

Jump to
potionx_new templates phx_web views layout_view.ex
Raw

templates/phx_web/views/layout_view.ex

defmodule <%= @web_namespace %>.LayoutView do
use <%= @web_namespace %>, :view
end