# petite-vue driver for Livewire This package provides [petite-vue](https://github.com/vuejs/petite-vue) support for [Livewire](https://laravel-livewire.com). ## Installation Currently it's only possible to use this library using a ` ``` The imported `createApp` automatically includes a bit of global state and a `v-livewire` directive. If you'd like to do this manually, you can use: ```html ``` ## Usage The package provides a `v-livewire` directive that lets you configure bi-directional links between Vue state and Livewire state. For example, if you had a `messages` property in Vue and an `items` property in Livewire, you could do: ```html