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
37
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
92
Micro-Saas for developer who want a new
ragingwind
0
72
How to use The Fourth Language
ragingwind
0
170
Please Use The Fourth Language - WebAssembly
ragingwind
0
180
Head topics in Javascript, 2020
ragingwind
1
660
Recap Modern WebAssembly in CDS 2019
ragingwind
0
280
Today headlines in Javascript, 2019
ragingwind
0
480
Today, The Actions in Javascript
ragingwind
2
780
PWA Updates in Chrome 68
ragingwind
0
190
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
693
190k
We Have a Design System, Now What?
morganepeng
51
7.5k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
A Tale of Four Properties
chriscoyier
158
23k
Docker and Python
trallard
44
3.3k
GraphQLとの向き合い方2022年版
quramy
45
14k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
30
1.1k
Unsuck your backbone
ammeep
669
57k
How STYLIGHT went responsive
nonsquared
99
5.4k
Site-Speed That Sticks
csswizardry
4
440
Six Lessons from altMBA
skipperchong
27
3.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
600
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