Edit package.json
to add nuxt build --analyze
{ "scripts": { "dev": "nuxt", "build": "nuxt build", "start": "nuxt start", "generate": "nuxt generate", "analyze": "nuxt build --analyze" },}
Usage
npm run analyze
Upon completion, the browser will open the page with visual breakdown of each package size.