single page apps made easy
Go to file
Adam Kirk 4a9d4f85c4
Update Main.elm
allow pushUrl to work without refreshing the page (calling init again). Taking inspiration from example app: https://github.com/ryannhg/elm-spa-realworld/blob/master/src/Main.elm#L84
2020-11-25 21:29:00 -07:00
.github Update issue templates 2020-08-02 14:39:36 -05:00
examples/elm-spa-dev Update authentication.md 2020-09-18 10:25:20 -05:00
src fix multiply view calls on single msg 2020-07-31 12:55:10 +09:00
templates Update Main.elm 2020-11-25 21:29:00 -07:00
tests/Tests prepare for v5 2020-07-13 22:39:10 -05:00
.gitignore prepare for v5 2020-07-13 22:39:10 -05:00
.npmignore prepare for v5 2020-07-13 22:39:10 -05:00
elm.json prepare for v5 2020-07-13 22:39:10 -05:00
index.js prepare for v5 2020-07-13 22:39:10 -05:00
LICENSE add license 2020-03-26 23:47:53 -05:00
package-lock.json bump to 5.0.4 2020-11-24 09:43:34 -06:00
package.json bump to 5.0.4 2020-11-24 09:43:34 -06:00
README.md prepare for v5 2020-07-13 22:39:10 -05:00

elm-spa

Build

single page apps made easy

npm install -g elm-spa@latest

Learn more at the offical guide!