You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
I'm considering adding an SPA target to Ream so that you can build the app as a regular client-side SPA.
But currently you can only set custom document markup using the document method in the entry file: https://ream.js.org/guide/custom-document.html which means it's only available when using SSR, so it would better if you can set document using a index.html with ejs syntax support.