yeoman

Posted 晨落梦公子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yeoman相关的知识,希望对你有一定的参考价值。

有问题,勿看,待试验

参考网站

  http://yeoman.io/learning/

cnpm install -g yo
cnpm install -g generator-webapp
cnpm install -g generator-express

 

如果配合node则有

yo express 文件名
yo webapp

 

根据提示配置自己所需要的信息

cd 文件夹名
cnpm install
bower install
gulp

注,bower没有的话需要安装

cnpm bower

 

以上是关于yeoman的主要内容,如果未能解决你的问题,请参考以下文章