single page apps made easy
Go to file
Ryan Haskell-Glatz ce545c699b
Merge pull request #54 from 2mol/patch-1
Url Params mistake in code example 😱
2020-08-20 09:28:38 -05:00
.github Update issue templates 2020-08-02 14:39:36 -05:00
examples/elm-spa-dev mistake in code example 😱 2020-08-20 08:18:37 +02:00
src fix multiply view calls on single msg 2020-07-31 12:55:10 +09:00
templates bump to 5.0.3 2020-08-02 15:46:41 -05: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.3 2020-08-02 15:46:41 -05:00
package.json bump to 5.0.3 2020-08-02 15:46:41 -05: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!