Open habu-ori opened 2 years ago
◆NPMとは
◆npm scriptsとは
npm scripts
以下のコマンドで実行できる。
npm run <script-name>
{ "name": "example", "scripts": { "test": "echo 'hello world'" } }
npm run test
◆npm scriptsの使用例
CSSタスク
JavaScriptのタスク
プロジェクトの構築
画像圧縮とブラウザシンク
◆NPMとは
◆npm scriptsとは
npm scripts
は、package.json ファイルの scripts フィールドに定義でき、公開したいさまざまなコマンドやスクリプトを指定できる。以下のコマンドで実行できる。
◆
npm scripts
の使用例CSSタスク
JavaScriptのタスク
プロジェクトの構築
画像圧縮とブラウザシンク