我來評價一下。首先感謝Materliu 讓我重新了解了grunt 和學習了gulp。我的工作一直沒用building tool。哈哈,有點落后。我之前自己看看grunt 懂了它的配置也一直沒在工作中用過。很多plugin 也是我在這里聽了感覺不了解去npmjs.com 搜索看看使用方法。gulp 之前沒看過,第一次看完視頻花了兩三天的時間去了解這個構建工具,和各個常用插件的使用。自己也照搬generator 生成的項目寫一個新的。感覺學了不少。
2017-06-08
D:\>yo -v
? 'Allo! What would you like to do? (Use arrow keys)
Run a generator
──────────────
> Install a generator
Find some help
Get me out of here!
──────────────
windows下 安裝不成功 yeoman
? 'Allo! What would you like to do? (Use arrow keys)
Run a generator
──────────────
> Install a generator
Find some help
Get me out of here!
──────────────
windows下 安裝不成功 yeoman
2017-05-18
Task "copy" not found. Use --force to continue. 報錯 已經安裝了 grunt-contrib-copy
2017-05-11
$ npm install -g grunt-wiredep
...
$ bower install jquery
...
$ grunt wiredep
...
Done, without errors.
...
...
$ bower install jquery
...
$ grunt wiredep
...
Done, without errors.
...
2017-05-05
Warning: Error: Cannot find where you keep your Bower packages. Use --force to continue.
2017-05-05