-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
nuxt/framework
#7248Labels
Description
For some use cases, users may wish to have a purely HTML + CSS website where interactivity is not required. Shipping JS to hydrate such a site is unneeded.
For these use cases, we could consider support a top level option (or a per-path route rule) to disable rendering JS preload hints + script tags within the renderer.
Some initial steps:
- create module: nuxt-zero-js
Note: We may also need to update https://github.com/nuxtlabs/vue-telescope-api to accurately detect Nuxt on such sites. At the moment, it is unaware that https://nuxt.new/ is built with Nuxt 😆
pi0, HomWang, TheAlexLichter, gacek1123, 1e4 and 24 more