包管理器(npm、yarn、pnpm 或 bun)创建此目录来存储项目的依赖。
npm
yarn
pnpm
bun
¥The package manager (npm or yarn or pnpm or bun) creates this directory to store the dependencies of your project.
.gitignore
modules
使用 modules/ 目录在你的应用中自动注册本地模块。
pages
Nuxt 提供了基于文件的路由,用于在 Web 应用中创建路由。