LoginSignup
0
0

More than 3 years have passed since last update.

package.jsonの意味

Posted at

package.jsonはそのプロジェクトで使用しているモジュールの依存関係を表している。
node_modulesのフォルダはgitignoreされているので、package.jsonをgit下で管理して、yarnやnpmを使って、インストールしたパッケージについてメンバー間で共通認識を持つ事が出来る。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0