1 Star 0 Fork 0

joylei / riot-typed-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
joylei 提交于 2017-09-01 15:31 . make examples work
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>riot-typed examples</title>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<h1>if you see 'Hello riot-typed', it just works.</h1>
<app></app>
<script src="https://cdn.jsdelivr.net/riot/3.0/riot+compiler.min.js"></script>
<script src="./bundle.js"></script>
</body>
</html>
1
https://gitee.com/wowin/riot-typed-example.git
git@gitee.com:wowin/riot-typed-example.git
wowin
riot-typed-example
riot-typed-example
master

搜索帮助