nuxt / scripts

Plug-and-play script optimization for Nuxt applications. (Public Preview)

Home Page:https://scripts.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-scripts-social-card

npm version npm downloads License Nuxt Volta

Nuxt Scripts

Better Privacy, Performance, and DX for Third-Party Scripts in Nuxt Apps.

Important

Nuxt Scripts is in public preview and is not yet officially announced. Use with caution as some APIs may change.

Features

  • πŸͺ¨ Built on top of Unhead
  • 🎁 20+ third-party scripts integrations with fine-grained performance optimizations
  • 🏎️ Performance: Self hosting, advanced script loading triggers, best-practice defaults.
  • πŸ•΅οΈ Privacy: Defaults to protect end users identity, script consent management APIs.
  • πŸͺ΅ DevTools: View your script with their status and see function logs
  • πŸš€ 0 dependencies, ~2kb minimal runtime

Background

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.

πŸš€ Quick Start

To get started, simply run:

npx nuxi@latest module add @nuxt/scripts

That's it! The Nuxt Scripts module should be downloaded and added to your Nuxt Config modules.

⛰️ Next Steps

Need some inspiration to start using Nuxt Scripts? Try out the following:

  1. πŸŽ‰ Make it rain emojis with the Confetti Tutorial.
  2. πŸ“š Learn about how the Script Loading works.
  3. πŸ” Explore the Script Registry for popular pre-configured third-party scripts.
  4. πŸš€ Load other scripts with useScript or Global Scripts.
  5. πŸ”¨ Fine-tune your performance and privacy with Bundling and Consent Management.

βš–οΈ License

Licensed under the MIT license.

About

Plug-and-play script optimization for Nuxt applications. (Public Preview)

https://scripts.nuxt.com

License:MIT License


Languages

Language:TypeScript 72.6%Language:Vue 27.3%Language:JavaScript 0.1%