Remove all client-side JS from your Nuxt 3 app
Nuxt Zero JS is a tool that allows you to remove all client-side JavaScript from your Nuxt 3 app. This can be useful for improving performance and reducing the reliance on JavaScript in your application.
<script> tag for payload and JS bundle: Nuxt Zero JS removes the <script> tag that is typically used to load the JavaScript bundle and payload.To install Nuxt Zero JS, follow these steps:
corepack enable (you can also install Corepack globally with npm i -g corepack).pnpm install.pnpm dev:prepare.pnpm dev.Nuxt Zero JS is a tool that removes all client-side JavaScript from your Nuxt 3 app. It provides features to remove preload/prefetch hints, the <script> tag for the JavaScript bundle, while keeping your custom head tags intact. Installation is straightforward and requires cloning the repository, enabling Corepack if necessary, and running a few commands. This tool can be useful in improving performance and reducing the reliance on JavaScript in your Nuxt app.