mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 03:12:01 +03:00
Merge pull request #107 from damienegan/patch-2
Fixed Vite link to https://vitejs.dev
This commit is contained in:
commit
6db2fcd505
@ -109,7 +109,7 @@ If you are working with another dev server, you won't need the `.js` file genera
|
|||||||
elm-spa gen
|
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
|
## 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user