A statically typed site generator for Elm.
Go to file
2024-05-02 09:07:14 -07:00
.github/workflows Use Node 20. 2024-01-08 19:09:22 -08:00
adapter Add missing fields to netlify adapter and make request decoder more robust. 2023-05-31 21:31:54 -07:00
codegen Remove reference to package-private type alias in generated code. 2024-04-29 08:04:17 -07:00
docs Update 3.0-upgrade-notes.md 2023-04-06 08:55:01 -07:00
examples Fix issue where command output did not pipe through correctly in the middle of a Stream. 2024-05-02 09:05:40 -07:00
generator Bump version. 2024-05-02 09:07:14 -07:00
plugins Move vendored Result.Extra to Vendored.Result.Extra 2024-04-06 18:26:28 +02:00
review Bump dependencies. 2024-01-09 15:01:32 -08:00
src Bump compatability key. 2024-04-28 08:40:31 -07:00
tests Fix tests. 2024-03-28 20:45:33 -07:00
.gitignore Handle Stream HTTP errors. 2024-04-15 08:46:09 -07:00
.gitmodules Switch to released elm-codegen 2024-04-06 15:14:32 +02:00
.nvmrc Bump Node version. 2024-01-09 15:18:54 -08:00
.prettierrc Add prettier config. 2021-07-10 07:53:14 -07:00
CHANGELOG-ELM.md Update changelog. 2024-04-28 08:32:19 -07:00
CHANGELOG-NPM.md Update changelog. 2024-05-02 09:06:34 -07:00
CONTRIBUTING.md Add webpack performance profiling instructions 2020-08-18 14:41:26 -07:00
docs.json Update docs.json. 2024-04-28 08:32:37 -07:00
elm-tooling.json Update dependencies. 2022-11-15 16:40:02 -08:00
elm.json Bump Elm package. 2024-04-28 08:36:53 -07:00
jsconfig.json Set up proof of concept for webpack-free build. 2020-10-10 18:07:36 -07:00
LICENSE Add LICENSE file. 2019-09-20 13:58:20 -07:00
netlify.toml Remove no-optional. 2024-01-09 15:16:55 -08:00
package-lock.json 3.0.15 2024-05-02 09:06:42 -07:00
package.json 3.0.15 2024-05-02 09:06:42 -07:00
README.md Bump compatability key. 2024-04-28 08:40:31 -07:00
test.sh Remove elmi-to-json call in test script. 2024-04-29 10:29:25 -07:00
tsconfig.json Add tsconfig to try to fix cypress build error. 2023-01-24 16:08:09 -08:00
update-compatibility-keys.js Bump compatability key. 2024-04-28 08:40:31 -07:00

elm-pages Netlify Status Build Status npm Elm package

Deploy to Netlify

elm-pages is a framework for building an Elm single-page app that is able to seamlessly interface with data from an Elm Backend. elm-pages is a hybrid framework, allowing you to define Routes that are either server-rendered (for more dynamic content with user-specific or request-specific data) or pre-rendered at build-time (for generating static HTML files that are hosted through a CDN). You can mix and match server-rendered and pre-rendered routes in your app.

elm-pages also has a command for running pure Elm scripts with a single command. See the elm-pages Scripts docs page.

Getting Started Resources

Compatibility Key

You will see an error if the NPM and Elm package do not have a matching Compatibility Key. Usually it's best to upgrade to the latest version of both the Elm and NPM packages when you upgrade. However, in case you want to install versions that are behind the latest, the Compatibility Key is included here for reference.

Current Compatibility Key: 22.