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
Turbinando seu ambiente de desenvolvimento com ...
Search
Dan Jesus
March 09, 2013
Programming
3
230
Turbinando seu ambiente de desenvolvimento com Yeoman
Lightning Talk apresentado no evento sampajs.
Dan Jesus
March 09, 2013
Tweet
Share
More Decks by Dan Jesus
See All by Dan Jesus
Frameworks da Nova Era PHP
danjesus
1
100
Turbinando seu Ambiente com Yeoman - TDC SP 2013
danjesus
0
270
Ferramentas e Produtividade em JS
danjesus
3
150
Porque criar seu próprio framework PHP
danjesus
3
590
Other Decks in Programming
See All in Programming
대규모 트래픽을 처리하는 프론트 개발자의 전략
maryang
0
120
構文解析器入門
ydah
7
2k
『リコリス・リコイル』に学ぶ!! 〜キャリア戦略における計画的偶発性理論と変わる勇気の重要性〜
wanko_it
1
230
MySQL9でベクトルカラム登場!PHP×AWSでのAI/類似検索はこう変わる
suguruooki
1
280
Reactの歴史を振り返る
tutinoko
1
170
Constant integer division faster than compiler-generated code
herumi
2
430
実践!App Intents対応
yuukiw00w
1
210
Strands Agents で実現する名刺解析アーキテクチャ
omiya0555
1
110
Infer入門
riru
4
1.1k
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
570
Understanding Kotlin Multiplatform
l2hyunwoo
0
250
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
560
Featured
See All Featured
Thoughts on Productivity
jonyablonski
69
4.8k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
BBQ
matthewcrist
89
9.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
Adopting Sorbet at Scale
ufuk
77
9.5k
Bash Introduction
62gerente
614
210k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Transcript
Dan Jesus http://danjesus.github.com Saturday, March 9, 13
Yeoman conecta as mais mordernas ferramentas de desenvolvimento front-end, fornecendo
um bootstrap simples. Saturday, March 9, 13
Componentes Scaffold Preview e teste Gerenciador de Dependências Saturday, March
9, 13
Instalação Windows - http://chocolatey.org/ Linux Mac ] curl -L get.yeoman.io
| bash npm install -g yo grunt-cli bower Saturday, March 9, 13
Comandos v0.9* Saturday, March 9, 13
Versão 1.0 beta Nesta ultima versão o yeoman realiza apenas
as tarefas de scaffold da aplicação. Saturday, March 9, 13
Criando uma aplicação yeoman init ou yo webapp Saturday, March
9, 13
Iniciando o servidor yeoman server ou grunt server Saturday, March
9, 13
Colocando em produção yeoman build ou grunt build Saturday, March
9, 13
Tá mais e ai o que eu ganho com isso?
Saturday, March 9, 13
Saturday, March 9, 13
Saturday, March 9, 13
• Fluxo de trabalho bem definido • Facilidade de gerenciamento
de bibliotecas externas • Tarefas automatizadas • Build automatizado • Servidor embutido • Otimizacão de imagens, css e js Beneficios Saturday, March 9, 13
Obrigado! http://yeoman.io/ Dan Jesus http://danjesus.github.com Saturday, March 9, 13