基本コマンド

$ npm init
$ npm install [パッケージ名]
$ npm install [パッケージ名] --save
$ npm install -g [パッケージ名]
$ npm run [タスク名]
$ npm root -g
$ npm bin -g
$ npm start

package.json

bin

main

dependencies & devDependencies

scripts

package-lock.json


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS