Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Desenvolvendo webapps modernas com Yeoman
Search
Diogo Beato
September 23, 2014
Programming
0
270
Desenvolvendo webapps modernas com Yeoman
Slides para apresentação sobre o Yeoman no papo reto da Bluesoft
Diogo Beato
September 23, 2014
Tweet
Share
More Decks by Diogo Beato
See All by Diogo Beato
Cloud Native Banking
diogobeato
1
97
Testando Models
diogobeato
0
38
Logging proativo com ELKW
diogobeato
0
250
Isomorphic Javascript
diogobeato
0
160
Fundamentos da JVM
diogobeato
0
340
MinMax
diogobeato
0
100
TDC - Breaking Build
diogobeato
0
84
Breaking Build
diogobeato
0
260
Boas Práticas em APIs REST
diogobeato
2
750
Other Decks in Programming
See All in Programming
Ruby and LLM Ecosystem 2nd
koic
1
810
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
530
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
290
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
270
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
390
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
240
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
140
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
550
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
460
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
310
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.3k
Understanding Apache Lucene - More than just full-text search
spinscale
0
120
Featured
See All Featured
Discover your Explorer Soul
emna__ayadi
2
1.1k
Docker and Python
trallard
47
3.8k
Done Done
chrislema
186
16k
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Leo the Paperboy
mayatellez
4
1.5k
Writing Fast Ruby
sferik
630
63k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
71
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Believing is Seeing
oripsolob
1
84
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
86
Transcript
None
None
Workflow Bower • adiciona o Bower • configura o Bower.json
• instala as dependências • adiciona o package.json • Instala o Grunt • Configura o Grunt Workflow Grunt to be continued ...
None
None
yo <generator>
npm install -g yo generator-webapp generator-angular generator-jquery generator-express generator-polymer
npm install -g generator-webapp mkdir my-new-webapp/ cd my-new-webapp/ yo webapp
Considerações Finais • Me ajudou a estudar novas ferramentas •
Comece pelo Gruntfile • Scaffolds para outras tarefas • Projeto Opensource - yeoman.io/contributing/ - github.com/yeoman/
That's All Folks divecch.com @diogo_vb7