Nuxt/docs/2.guide/2.directory-structure/1.node_modules.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

453 B

navigation.icon title description head.title
IconDirectory node_modules The package manager stores the dependencies of your project in the node_modules/ directory. node_modules/

Node modules Directory

The package manager (npm or yarn or pnpm) creates the node_modules/ directory to store the dependencies of your project.