随笔分类 -  构建工具

摘要:grunt官网:http://www.gruntjs.org/一、安装grunt先安装node,在http://www.nodejs.org/可以下载安装包直接安装。在命令行下运行:npm install -g grunt-cli即可安装grunt。二、创建项目创建web项目:my-project-... 阅读全文
posted @ 2014-12-23 19:33 yuki.idesign 阅读(498) 评论(0) 推荐(0)