1.`node_modules`フォルダの問題
1122 ワード
package.json
ファイルを送るだけでpackage.json
:プロジェクト記述ファイル、プロジェクト名、バージョン、および現在のプロジェクトに依存するサードパーティモジュールなどの現在のプロジェクト情報を記録するnum init -y
コマンドを直接使用する{
"name": "description", //
"version": "1.0.0", //
"description": "", //
"main": "index.js", //
"scripts": { //
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [], // ,
"author": "", //
"license": "ISC" // , 'ISC':
"dependencies":{ //dependencies:
"csso":" ^4.0.2" //
}
}
package.json
ファイルを他の人に渡すとdocウィンドウにnpm installまたはiを入力するだけでプロジェクトに必要なgulpモジュール