mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-12-13 02:40:17 +03:00
Merge fce4bea218
into 70ce37e3d3
This commit is contained in:
commit
600dbcbd68
@ -90,6 +90,21 @@ You might have noticed `Page.static` earlier in our page function. This is one o
|
||||
|
||||
The rest of this section will introduce you to the other __page types__ exposed by the `Page` module, so you know which one to reach for.
|
||||
|
||||
Don't forget to run the command
|
||||
```terminal
|
||||
elm-spa gen
|
||||
```
|
||||
to generate the modules needed for the existing code.
|
||||
Use
|
||||
```terminal
|
||||
elm-spa watch
|
||||
```
|
||||
or
|
||||
```terminal
|
||||
elm-spa server
|
||||
```
|
||||
to generate the modules while you are editing the files.
|
||||
|
||||
> Always choose the __simplest__ page type for the job– and reach for the more advanced ones when your page _really_ needs the extra features!
|
||||
|
||||
- __[Page.static](#pagestatic)__ - for pages that only render a view.
|
||||
|
Loading…
Reference in New Issue
Block a user