0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【npm】npmとは

Last updated at Posted at 2021-03-14

npmとは?【フロントエンド?パッケージ管理】

Node.js のパッケージ(Package)を管理するツール

パッケージとは、Node.jsで利用できるJavaScriptの「ライブラリ」や「フレームワーク」などのこと

  • 例えば

    • CSSフレームワークのbootstrap
    • jsフレームワークのvue.js
  • あとはよくあるちょっとしたjsモジュールの

    • シャドーボックス
    • スライダーとか
  • Node Package Managerの略

  • package.jsonに必要なパッケージ、バージョンを記述して管理する

  • node_modulesディレクトリ配下に、インストールしたパッケージのソースが配置されていく

参考

とりあえずこれだけでOK
フロントエンド開発の3ステップ(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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?