Skip to content

Commit 7ec3dd2

Browse files
committed
Improve docs
1 parent fe3e183 commit 7ec3dd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ To get started, install Wayfinder via the Composer package manager:
1515
composer require laravel/wayfinder
1616
```
1717

18-
If you would like to automatically watch your files for changes, you should also install the `vite-plugin-run` npm package:
18+
We also recommend installing and configuring [`vite-plugin-run`](https://github.com/innocenzi/vite-plugin-run) to ensure that your routes are generated during Vite's build step and also whenever your files change while running the Vite's dev server.
19+
20+
First, install the plugin via NPM:
1921

2022
```
2123
npm i -D vite-plugin-run

0 commit comments

Comments
 (0)