Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 6aedf3d

Browse files
authored
Update README
1 parent 5948bdd commit 6aedf3d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# Livewire Vue Support
1+
# Livewire VueJS Support Plugin
2+
3+
## Usage
4+
Include the CDN asset after your `@livewireScripts` statement in your app's layout file:
5+
6+
```html
7+
@livewireScripts
8+
<script src="https://cdn.jsdelivr.net/gh/livewire/[email protected]/dist/livewire-vue.js"></script>
9+
```

0 commit comments

Comments
 (0)