yeoman
Posted 晨落梦公子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yeoman相关的知识,希望对你有一定的参考价值。
有问题,勿看,待试验
参考网站
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的主要内容,如果未能解决你的问题,请参考以下文章
ReactNative进阶(三十二):前端构建工具--Yeoman
Yeoman - 在循环依赖中访问模块导出的不存在属性____
npm,bower,gulp,Yeoman和grunt有什么好处?
脚手架yo遇到错误Current yeoman-environment is not compatible with current generator