Merge pull request #107 from damienegan/patch-2

Fixed Vite link to https://vitejs.dev
This commit is contained in:
Ryan Haskell-Glatz 2021-10-12 19:26:19 +00:00 committed by GitHub
commit 6db2fcd505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ If you are working with another dev server, you won't need the `.js` file genera
elm-spa gen
```
This will generate code in the `.elm-spa` folder, but allow your custom workflow to define it's own way of compiling Elm. This is a great command to combine __elm-spa__ with another tool like [Vite](/examples/05-npm) or [Parcel](https://parceljs.org/elm.html).
This will generate code in the `.elm-spa` folder, but allow your custom workflow to define it's own way of compiling Elm. This is a great command to combine __elm-spa__ with another tool like [Vite](https://vitejs.dev) or [Parcel](https://parceljs.org/elm.html).
## elm-spa watch
@ -124,4 +124,4 @@ This will automatically generate code and compile your Elm files on save, but wi
---
__Next up__: [Routing](./02-routing)
__Next up__: [Routing](./02-routing)