摘要:
npm 允许在package.json文件里面,使用 scripts 字段定义脚本命令。 { "name": "my-cli", // ... "bin": { "command-name": "./file.js" }, // ... "scripts": { "build": "node bui 阅读全文
posted @ 2021-04-29 15:30
GoForIt0818
阅读(211)
评论(0)
推荐(0)
浙公网安备 33010602011771号