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
Let's make it with Polymer
Search
Jimmy Moon
September 19, 2014
0
32
Let's make it with Polymer
Describe a way of starting point for Polymer 2014
Jimmy Moon
September 19, 2014
Tweet
Share
More Decks by Jimmy Moon
See All by Jimmy Moon
Edge Computing for WebApp
ragingwind
0
79
Micro-Saas for developer who want a new
ragingwind
0
63
How to use The Fourth Language
ragingwind
0
170
Please Use The Fourth Language - WebAssembly
ragingwind
0
130
Head topics in Javascript, 2020
ragingwind
1
630
Recap Modern WebAssembly in CDS 2019
ragingwind
0
260
Today headlines in Javascript, 2019
ragingwind
0
450
Today, The Actions in Javascript
ragingwind
2
740
PWA Updates in Chrome 68
ragingwind
0
170
Featured
See All Featured
Statistics for Hackers
jakevdp
796
220k
Speed Design
sergeychernyshev
22
490
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.6k
Being A Developer After 40
akosma
84
590k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
27
1.9k
Adopting Sorbet at Scale
ufuk
73
9k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
43
6.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
7
590
Why Our Code Smells
bkeepers
PRO
334
57k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
11
1.5k
In The Pink: A Labor of Love
frogandcode
139
22k
Transcript
만드세요
+JimmyMoon @ragingwind ℊragingwind #itshackademic @polymer
Agenda Reusable Polymer elements Let’s make Polymer elements Share!
None
None
None
None
None
Start with <seed-element> github.com/PolymerLabs/seed-element
None
youtube.com/watch?v=COre7dxmOHc Coding video Creating reusable Polymer elements with <seed-element>
youtube.com/watch?v=2toYLLcoY14
Start with yeoman polymer seed-element generator
YO POLYMER npm install -g generator-polymer
None
youtube.com/watch?v=etquLcgoWtU Coding video Creating reusable Polymer elements with Yeoman <seed-element>
generator
Share!
None
customelements.io
None
{ "name": "my-element", "version": "0.0.0", "description": "My awesome Custom Element",
"license": "MIT", "keywords": [ "polymer", "web-components" ], "ignore": [ "**/.*", "node_modules", "bower_components" ] bower.json @polymer #itshackademic
None
None
None
bower register <github-userid> <repository-url>
None
<thank-you> +JimmyMoon @ragingwind ℊragingwind