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
35
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
83
Micro-Saas for developer who want a new
ragingwind
0
65
How to use The Fourth Language
ragingwind
0
170
Please Use The Fourth Language - WebAssembly
ragingwind
0
140
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
750
PWA Updates in Chrome 68
ragingwind
0
170
Featured
See All Featured
Code Review Best Practice
trishagee
64
17k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Git: the NoSQL Database
bkeepers
PRO
427
64k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Making the Leap to Tech Lead
cromwellryan
133
8.9k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
KATA
mclloyd
29
14k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Intergalactic Javascript Robots from Outer Space
tanoku
269
27k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
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