- CLAUDE.md 운영 규칙 - wiki/ 정리된 지식 페이지 (Nuxt + Claude Code) - raw/ 원본 자료 - reference/ Nuxt 4.x 공식 문서 Co-authored-by: Cursor <cursoragent@cursor.com>
714 B
714 B
title, description, head.title, navigation.icon
| title | description | head.title | navigation.icon |
|---|---|---|---|
| node_modules | The package manager stores the dependencies of your project in the node_modules/ directory. | node_modules/ | i-vscode-icons-folder-type-node |
The package manager (npm or yarn or pnpm or bun or deno) creates this directory to store the dependencies of your project.
::important
This directory should be added to your .gitignore file to avoid pushing the dependencies to your repository.
::