Getting Started
Installation
Learn how to create a Nuxt Scripts project or add it to your current Nuxt project.
Quick Start
To get started, simply run:
npx nuxi@latest module add 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:
- ๐ Make it rain emojis with the Confetti Tutorial.
- ๐ Learn about how the Script Loading works.
- ๐ Explore the Script Registry for popular pre-configured third-party scripts.
- ๐ Load other scripts with useScript or Global Scripts.
- ๐จ Fine-tune your performance and privacy with Bundling and Consent Management.