Nuxt/docs/content/1.docs/2.guide/2.directory-structure/1.node_modules.md
Sébastien Chopin 2facf0e594
docs: improve seo titleTemplate and add social images (#9235)
* docs: improve seo titleTemplate and add social images

* chore: update
2022-11-21 16:51:39 +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.