博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Polymer] Introduction
阅读量:5116 次
发布时间:2019-06-13

本文共 421 字,大约阅读时间需要 1 分钟。

install Polymer and explore creating our first custom element:

bower install polymer

 

index.html:

    
Polymer
  • include webcomponents-list.js file
  • import polymer.html file
  • import our compoment hello-world.html file

 

hello-world.html:

 

转载于:https://www.cnblogs.com/Answer1215/p/5065447.html

你可能感兴趣的文章
利用IP地址查询接口来查询IP归属地
查看>>
Dijkstra算法——最短路径(转)
查看>>
HTML元素定义 ID,Class,Style的优先级
查看>>
【实数二分/前缀和维护】Best Cow Fences
查看>>
构造者模式
查看>>
[转][C#]Combobox 行高
查看>>
什么是IDS/IPS?
查看>>
JavaScript:学习笔记(3)——正则表达式的应用
查看>>
LeetCode:旋转链表【61】
查看>>
浮点数转化为字符串
查看>>
ssRs父子维度
查看>>
关押罪犯
查看>>
像房源上下架链路比较长的需求怎么测试?测试的重点和难点?
查看>>
python小记(6)高阶函数
查看>>
加密接口如何测试?
查看>>
Dubbo和kafka的基本原理和测试方法
查看>>
http和https的区别
查看>>
接口自动化之数据依赖
查看>>
自动化框架之pytest
查看>>
jmeter(1)添加header和cookie
查看>>