Current section
Files
Jump to
Current section
Files
phoenix_webpack
README.md
README.md
# PhoenixWebpack**TODO: Add description**## InstallationIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as: 1. Add phoenix_webpack to your list of dependencies in `mix.exs`: def deps do [{:phoenix_webpack, "~> 0.0.1"}] end 2. Ensure phoenix_webpack is started before your application: def application do [applications: [:phoenix_webpack]] end