# `mix live_vue.install`
[🔗](https://github.com/Valian/live_vue/blob/v1.0.1/lib/mix/tasks/live_vue.install.ex#L1)

Installer for LiveVue with Vite.

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

## Options

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

## Examples

    mix live_vue.install
    mix live_vue.install --bun

---

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