forked from halfrost/weex-objccn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweex.html
executable file
·21 lines (21 loc) · 891 Bytes
/
weex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>weex-vue-demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="format-detection" content="telephone=no, email=no">
<!-- <style>body > div { height: 100%; }</style> -->
<style>body::before { content: "1"; height: 1px; overflow: hidden; color: transparent; display: block; }</style>
<script src="./assets/phantom-limb.js"></script>
<script src="./node_modules/vue/dist/vue.runtime.js"></script>
<script src="./node_modules/weex-vue-render/index.js"></script>
</head>
<body>
<div id="root"></div>
<script src="./dist/app.web.js"></script>
</body>
</html>