Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Last active January 2, 2020 20:17
Show Gist options
  • Save neslinesli93/407925ed2e8fde311b44b93864e7dbd5 to your computer and use it in GitHub Desktop.
Save neslinesli93/407925ed2e8fde311b44b93864e7dbd5 to your computer and use it in GitHub Desktop.
Phoenix LiveView deps
defp deps do
[
# ...other deps
{:phoenix_live_view, "~> 0.3.0"}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment