This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Mastering Nuxt
masteringnuxt.com
did:plc:jryaskdqtllbpy2i3w3csjkt
Nuxt Tip 💡
Want to reduce your initial bundle size?
Use the Lazy prefix on component.
Components behind v-if still get bundled unless you add "Lazy" to the name. Then they only load when needed.
2026-02-03T13:09:56.261Z