Skip to content

Commit

Permalink
feat: improves client side instructions for svelte and vue
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte authored and skryukov committed Jul 26, 2024
1 parent 2708c83 commit cb004dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/client-side-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ First, install the Inertia client-side adapter corresponding to your framework o
== Vue 2

```shell
npm install @inertiajs/vue2
npm install @inertiajs/vue2 vue@^2
```

== Vue 3

```shell
npm install @inertiajs/vue3
npm install @inertiajs/vue3 vue
```

== React
Expand All @@ -31,7 +31,7 @@ npm install @inertiajs/react react react-dom
== Svelte

```shell
npm install @inertiajs/svelte
npm install @inertiajs/svelte svelte
```

:::
Expand Down

0 comments on commit cb004dd

Please sign in to comment.