The package manager (npm or yarn or pnpm or bun) creates this directory to store the dependencies of your project.
npm
yarn
pnpm
bun
.gitignore
modules
Use the modules/ directory to automatically register local modules within your application.
pages
Nuxt provides file-based routing to create routes within your web application.
Community