Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Let's make it with Polymer
Jimmy Moon
September 19, 2014
0
20
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
30
Micro-Saas for developer who want a new
ragingwind
0
23
How to use The Fourth Language
ragingwind
0
120
Please Use The Fourth Language - WebAssembly
ragingwind
0
81
Head topics in Javascript, 2020
ragingwind
1
590
Recap Modern WebAssembly in CDS 2019
ragingwind
0
220
Today headlines in Javascript, 2019
ragingwind
0
440
Today, The Actions in Javascript
ragingwind
2
610
PWA Updates in Chrome 68
ragingwind
0
130
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
69
7.5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
152
13k
Three Pipe Problems
jasonvnalue
89
8.9k
The Brand Is Dead. Long Live the Brand.
mthomps
48
2.9k
Producing Creativity
orderedlist
PRO
335
38k
GraphQLとの向き合い方2022年版
quramy
20
9.9k
A Modern Web Designer's Workflow
chriscoyier
689
180k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
109
16k
Scaling GitHub
holman
453
140k
Optimizing for Happiness
mojombo
365
64k
Building Applications with DynamoDB
mza
85
5k
Web Components: a chance to create the future
zenorocha
304
40k
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