@dolphinweex/weex-bindingx
Version:
bindingx,expression,binding,weex
34 lines (33 loc) • 831 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>
body {
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
}
</style>
<style>
*{
margin:0;
padding:0;
}
</style>
</head>
<body>
<script src="//unpkg.com/web-rax-framework@0.6.1/dist/framework.web.js"></script>
<script src="./menu.bundle.js"></script>
</body>
</html>