项目中用Yeoman构建AngularJS
1.Install nodejs
2.Install Cygwin(if your cmd occur issue when execute node or npm command )
3.Install required moduels
1.npm install –g yo
2.npm install –g bower
3.npm install –g grunt-cli
4.npm install –g generator-angular-fullstack
(https://www.npmjs.org/package/generator-angular-fullstack)
4.clone project from svn
5. add files in .gitignore to your svn ignore list(important)
6.cd “project folder”
7.npm install
8.bower install
9.grunt serve
相关推荐
84741998 2014-06-07
80781792 2015-08-19
84324798 2015-06-24
Jax000 2019-06-27
jingtianyiyi 2014-10-13
扮老虎的猪 2014-08-31
84741998 2014-05-21
86337360 2016-04-12
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
Jax000 2015-07-29