weex-bindingx
Version:
bindingx,expression,binding,weex
27 lines (26 loc) • 670 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>BindingX Demo</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
position: absolute;
width:100%;
top: 0;
bottom: 0;
}
</style>
</head>
<body>
<script src="//unpkg.com/web-rax-framework@0.6.1/dist/framework.web.js"></script>
<script src="./svg.bundle.js"></script>
</body>
</html>