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
ECS初心者の仲間 – TUIツール「e1s」の紹介
keidarcy
0
110
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
120
デザインシステムが必須の時代に
yosuke_furukawa
PRO
2
130
TROCCO×dbtで実現する人にもAIにもやさしいデータ基盤
nealle
0
350
Improving my own Ruby thereafter
sisshiki1969
1
120
250830 IaCの選定~AWS SAMのLambdaをECSに乗り換えたときの備忘録~
east_takumi
0
320
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
2
270
A Gopher's Guide to Vibe Coding
danicat
0
180
testingを眺める
matumoto
1
120
自作OSでDOOMを動かしてみた
zakki0925224
1
1.4k
Honoアップデート 2025年夏
yusukebe
1
870
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
Featured
See All Featured
RailsConf 2023
tenderlove
30
1.2k
Building an army of robots
kneath
306
46k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Speed Design
sergeychernyshev
32
1.1k
Side Projects
sachag
455
43k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
It's Worth the Effort
3n
187
28k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
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