npm scripts实战进阶 目录 npm scripts简介 Bash编程 shell编程 示例:clean 示例:less 示例:stream 示例:js 示例:build 示例:hashname 开始之前 推荐使用支持Bash的操作系统(比如Linux,Solaris,BSD和Mac OSX等)来运行案例 本机安装好node和npm 掌握node和npm的基本操作,了解基本的命令行操作 了解package.json的配置项 相关资料 http://www.ruanyifeng.com/blog/2016/10/npm_scripts.html https://docs.npmjs.com/misc/scripts https://www.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/ https://www.keithcirkel.co.uk/why-we-should-stop-using-grunt/