Grunt和前端工程化实践 Jan 14 2015 Grunt工具介绍安装运行项目我们需要grunt-cli和yeoman和yo的一个webapp生成器,如果你的系统中已经安装npm则只需要:123npm install -g grunt-clinpm install -g yo/* npm install -g generator-webapp */ 然后开始你的grunt之旅吧~