Npm 允許您使用文件中的 scripts 字段定義腳本命令 package.json 。 { // ... "scripts": { "build": "node build.js" } ...
確定! 回上一頁