Grunt和前端工程化实践

Grunt工具介绍

安装

运行项目我们需要grunt-cli和yeoman和yo的一个webapp生成器,如果你的系统中已经安装npm则只需要:

1
2
3
npm install -g grunt-cli
npm install -g yo
/* npm install -g generator-webapp */

然后开始你的grunt之旅吧~