使用yeoman快速搭建angular项目
1、安装 yo, grunt-cli, bower, generator-angular 和 generator-karma
npm install -g grunt-cli bower yo generator-karma generator-angular
2、如果要使用sass,那么要配置一下项目
安装 Ruby 和 Compass:
使用 Homebrew 下载 Ruby
安装 compass
gem install compass
3、创建目录,并且到该目录下
mkdir my-new-project && cd $_
4、快速创建项目
yo angular [项目名称]
5、启动项目
grunt serve
官网:http://yeoman.io/learning/ind...
git: https://github.com/yeoman/gen...
相关推荐
84741998 2014-06-07
iconhot 2020-03-28
84324798 2014-06-06
80781792 2014-06-05
84324798 2014-06-01
Jax000 2014-06-22
kfq00 2014-06-30
ChinaGuanq 2019-07-01
86337360 2016-04-12
80781792 2015-08-19
Jax000 2015-07-29
84324798 2015-06-24
AngelLover0 2019-06-27
80781792 2015-03-23
80781792 2014-11-20
Jax000 2019-06-27