PhoenixVite

The library …

Installation

Igniter

# Fresh project
mix igniter.new my_app --with phx.new --install phoenix_vite [--bun]
# Existing project
mix igniter.install phoenix_vite [--bun]

Manual

If available in Hex, the package can be installed by adding phoenix_vite to your list of dependencies in mix.exs:

def deps do
  [
    {:phoenix_vite, "~> 0.3.0"}
  ]
end
mix phoenix_vite.install [--bun]

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/phoenix_vite.