Hacker News new | ask | show | jobs
by nfriend 2276 days ago
I did something similar with Nuxt.js when building my résumé site: https://resume.nathanfriend.io/

I used a more heavy-handed approach: I strip out all <script> elements from the build output before publishing: https://gitlab.com/nfriend/nuxt-resume/-/blob/63e0298fdb5a08...

The end result is a pure HTML/CSS site that has all the Nuxt.js niceties during development (e.g. hot reloading).