The page doesn’t scroll nicely on iPhone. No inertia.
It’s a static site (as in it doesn’t need a web server) but vue-markdown to HTML conversion still happens in JS on the browser - so the browser needs a 500kb supporting JS file. If JavaScript is disabled then you won’t…
I’m trying to build a static site with content coming from Contentful. I don’t want site visitors to have to download 500k of vue-markdown before they can see the content. Am I missing something? Is there a better way?
I have spent the last 2 hours trying to work out if there was an alternative to vue-markdown for Nuxt. 500kb to parse my markdown seemed insane.
The page doesn’t scroll nicely on iPhone. No inertia.
It’s a static site (as in it doesn’t need a web server) but vue-markdown to HTML conversion still happens in JS on the browser - so the browser needs a 500kb supporting JS file. If JavaScript is disabled then you won’t…
I’m trying to build a static site with content coming from Contentful. I don’t want site visitors to have to download 500k of vue-markdown before they can see the content. Am I missing something? Is there a better way?
I have spent the last 2 hours trying to work out if there was an alternative to vue-markdown for Nuxt. 500kb to parse my markdown seemed insane.