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
15
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
Micro-Saas for developer who want a new
ragingwind
0
15
How to use The Fourth Language
ragingwind
0
83
Please Use The Fourth Language - WebAssembly
ragingwind
0
61
Head topics in Javascript, 2020
ragingwind
1
570
Recap Modern WebAssembly in CDS 2019
ragingwind
0
220
Today headlines in Javascript, 2019
ragingwind
0
430
Today, The Actions in Javascript
ragingwind
2
580
PWA Updates in Chrome 68
ragingwind
0
130
Learning Next.js in Minutes
ragingwind
0
69
Featured
See All Featured
Docker and Python
trallard
27
1.6k
Learning to Love Humans: Emotional Interface Design
aarron
261
37k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
11
4.9k
Optimizing for Happiness
mojombo
364
64k
Designing on Purpose - Digital PM Summit 2013
jponch
106
5.7k
KATA
mclloyd
7
8.9k
Designing Experiences People Love
moore
130
22k
Making Projects Easy
brettharned
98
4.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
253
12k
The Invisible Customer
myddelton
110
11k
No one is an island. Learnings from fostering a developers community.
thoeni
9
1.3k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
119
28k
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