A statically typed site generator for Elm.
Go to file
Dillon Kearns 685f0efc28
Merge pull request #401 from georgesboris/patch-4
Fix button links on elm-pages.com
2023-10-04 16:55:21 -07:00
.github/workflows Update versions for cypress and cypress github-actions. 2023-10-04 13:39:08 -07:00
adapter Add missing fields to netlify adapter and make request decoder more robust. 2023-05-31 21:31:54 -07:00
codegen Migrate away from parser-style Request.Parser. 2023-05-27 10:21:10 -07:00
docs Update 3.0-upgrade-notes.md 2023-04-06 08:55:01 -07:00
examples Merge pull request #401 from georgesboris/patch-4 2023-10-04 16:55:21 -07:00
generator Remove console.dir() from server-side bundle 2023-09-18 14:45:27 -07:00
plugins Update plugin. 2023-05-19 08:14:56 -07:00
review Review fixes. 2023-05-10 10:36:45 -07:00
src Update example to use ESM module export syntax. 2023-09-25 10:24:23 -07:00
tests Review fixes. 2023-05-31 10:30:38 -07:00
.all-contributorsrc Update .all-contributorsrc 2023-09-27 09:19:19 -07:00
.gitignore Add boilerplate for elm-codegen. 2022-09-12 10:16:00 -07:00
.gitmodules Add git submodule for vendoring elm-codegen. 2022-09-20 13:18:02 -07:00
.nvmrc Use newer node version. 2022-01-20 19:20:15 -08:00
.prettierrc Add prettier config. 2021-07-10 07:53:14 -07:00
CHANGELOG-ELM.md Update changelogs. 2023-09-07 14:29:46 -07:00
CHANGELOG-NPM.md Update Y0hy0h username to j-maas. 2023-09-27 10:32:05 -07:00
CONTRIBUTING.md Add webpack performance profiling instructions 2020-08-18 14:41:26 -07:00
docs.json Update v3 references. 2023-05-31 10:14:32 -07:00
elm-tooling.json Update dependencies. 2022-11-15 16:40:02 -08:00
elm.json Update tagline in elm.json 2023-09-24 15:46:01 -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 Try different lamdera install URL. 2023-08-23 14:44:05 -07:00
package-lock.json Update versions for cypress and cypress github-actions. 2023-10-04 13:39:08 -07:00
package.json Update versions for cypress and cypress github-actions. 2023-10-04 13:39:08 -07:00
README.md Update Y0hy0h username to j-maas. 2023-09-27 10:32:05 -07:00
test.sh Add a reset to CI to fix error. 2023-05-10 10:22:32 -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. 2023-05-31 14:11:01 -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: 20.

Contributors

Thanks goes to these wonderful people (emoji key):


Daniel Marín

💻

Steven Vandevelde

💻

Johannes Maas

📓 💻

Wiktor Toporek

💻

Luke Westby

💻

This project follows the all-contributors specification. Contributions of any kind welcome!