
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
nuxt-vitals
Advanced tools
Web Vitals: Essential module for a healthy Nuxt.js
Web Vitals is an initiative by Google to provide unified guidance for quality signals that are essential to delivering a great user experience on the web.
npm install --save-dev nuxt-vitals # or yarn add --dev nuxt-vitals
Add nuxt-vitals to buildModules section of nuxt.config.js
export default {
buildModules: [
['nuxt-vitals', {
// Tracking ID (required) { string }
// Replace UA-XXXXXXXX-X by your Google Analytics tracking ID.
trackingID: 'UA-XXXXXXXX-X',
// Event Category (optional) { string }, default 'Web Vitals'
eventCategory: 'Some Category',
// Debug (optional) { number } default 0
debug: 1,
disabled: false
}]
]
}
:warning: If you are using Nuxt < v2.9 you have to install the module as a dependency (No --save-dev or --dev flags) and use modules section in nuxt.config.js instead of buildModules.
Behavior > Events > Overview > Event Category > Event Action

FAQs
Web Vitals for Nuxt.js
The npm package nuxt-vitals receives a total of 2 weekly downloads. As such, nuxt-vitals popularity was classified as not popular.
We found that nuxt-vitals demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.