我來評(píng)價(jià)一下。首先感謝Materliu 讓我重新了解了grunt 和學(xué)習(xí)了gulp。我的工作一直沒用building tool。哈哈,有點(diǎn)落后。我之前自己看看grunt 懂了它的配置也一直沒在工作中用過。很多plugin 也是我在這里聽了感覺不了解去npmjs.com 搜索看看使用方法。gulp 之前沒看過,第一次看完視頻花了兩三天的時(shí)間去了解這個(gè)構(gòu)建工具,和各個(gè)常用插件的使用。自己也照搬generator 生成的項(xiàng)目寫一個(gè)新的。感覺學(xué)了不少。
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
對(duì)英文實(shí)在是陌生,對(duì)老師講的英文在里面的作用更是陌生,到這里已經(jīng)只能聽個(gè)一層的意思了。
2017-05-13
Task "copy" not found. Use --force to continue. 報(bào)錯(cuò) 已經(jīng)安裝了 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