mavoweb / mavo

Create web applications entirely by writing HTML and CSS!
https://mavo.io
MIT License
2.83k stars 178 forks source link

Static export / SSR HTML / JS-free page #717

Open fregante opened 3 years ago

fregante commented 3 years ago

I wasn't able to find a way to create 100%-static version of the built files, so anything made with Mavo will not work with JavaScript disabled.

Is there a way to prerender the pages and produce a static HTML page?

If not, for the time being I think I will have an editable MAVO page and then I'll merge another custom template with the produced JSON in some other way, probably handlebars or similar.

DmitrySharabin commented 3 years ago

Hey there @fregante,

I believe Mavo-SSR might help. Please, take a look.

fregante commented 3 years ago

Thanks that’s good! I’ll try it when I’m done with the page I’m building