博客
关于我
强烈建议你试试无所不能的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

你可能感兴趣的文章
Flask框架视图多层装饰器问题
查看>>
VS2005新建应用工程出错解决方法
查看>>
自制Informatica教程
查看>>
Day03 单行函数
查看>>
MongoDB 安全配置
查看>>
【接口】【USB】1.学习笔记
查看>>
dubbo的简单实现
查看>>
在学习oauth时学到的
查看>>
hdu2602Bone Collector(01背包)
查看>>
Temporary failure in name resolutionf的解决方法
查看>>
在jinja2的页面中使用javascript对页面元素进行删除
查看>>
hibernate save,update,saveorupdate方法有什么区别
查看>>
jqueryUI小案例
查看>>
Git的入门
查看>>
bzoj2720: [Violet 5]列队春游(概率期望+组合数学)
查看>>
Javascript 综合示例 网页扫雷游戏
查看>>
Python机器学习基础教程
查看>>
iOS的CocoaPods(activesupport requires Ruby version >= 2.2.2)
查看>>
iOS11 automaticallyAdjustsScrollViewInsets不起作用
查看>>
MSDN文档中的一个不那么和谐的示例
查看>>