Better Privacy, Performance, and DX for Third-Party Scripts in Nuxt Apps.
- 🪨 useScript by Unhead
- 🎁 20+ third-party scripts composables and components
- ⏬ Serve scripts from your own server
- 🕵️ Privacy Features - Protect end users identity, provide consent to scripts.
- 🪵 DevTools integration - View your script with their status and see function logs
Loading third-party IIFE scripts using useHead composable is easy. However,
things start getting more complicated quickly around SSR, lazy loading, and type safety.
Nuxt Scripts was created to solve these issues and more with the goal of making third-party scripts more performant, have better privacy and be better DX overall.
To get started, simply run:
npx nuxi@latest module add @nuxt/scriptsDone! You can now start using Nuxt Scripts in your Nuxt app.
Check out the 📖 docs or these resources to get started:
Licensed under the MIT license.
Published under the MIT License