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
85
Micro-Saas for developer who want a new
ragingwind
0
68
How to use The Fourth Language
ragingwind
0
170
Please Use The Fourth Language - WebAssembly
ragingwind
0
150
Head topics in Javascript, 2020
ragingwind
1
640
Recap Modern WebAssembly in CDS 2019
ragingwind
0
270
Today headlines in Javascript, 2019
ragingwind
0
460
Today, The Actions in Javascript
ragingwind
2
760
PWA Updates in Chrome 68
ragingwind
0
180
Featured
See All Featured
The Invisible Side of Design
smashingmag
298
50k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.3k
GraphQLとの向き合い方2022年版
quramy
44
13k
Mobile First: as difficult as doing things right
swwweet
222
9k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
It's Worth the Effort
3n
183
28k
Why Our Code Smells
bkeepers
PRO
335
57k
The Cost Of JavaScript in 2023
addyosmani
45
7k
Designing for Performance
lara
604
68k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
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