# `mix live_svelte.install`
[🔗](https://github.com/woutdp/live_svelte/blob/v0.18.0/lib/mix/tasks/live_svelte.install.ex#L1)

Installer for LiveSvelte with Vite.

This task first installs Vite using the PhoenixVite installer,
then configures the project for LiveSvelte.

## Options

  * `--bun` - Use Bun instead of Node.js/npm

## Examples

    mix igniter.install live_svelte
    mix igniter.install live_svelte --bun

---

*Consult [api-reference.md](api-reference.md) for complete listing*
