你可以在 package.json 主对象中的 scripts 属性中指定scripts ,然后使用 npm run 运行scripts。 例如: { ... "scripts": { "build": "webpack -- ...
確定! 回上一頁