npm run xxx

136 阅读1分钟

当我们输入npm run xxx,就会在node_modules/bin中找到对应的软连接文件,然后再找到对应的js文件执行。