weex-ui
Version:
A rich interaction, lightweight, high performance UI library based on Weex
39 lines (35 loc) • 1.31 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Weex Ui</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A rich interaction, lightweight, high performance UI library.">
<link rel="icon" href="https://img.alicdn.com/tfs/TB1kCs_er_I8KJjy1XaXXbsxpXa-419-495.png" type="image/png">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//h5.m.taobao.com/css/trip/weex-ui/vue.css">
</head>
<body>
<div id="app">Loading...</div>
<script>
window.$docsify = {
name: 'Weex Ui',
search: 'auto',
themeColor: '#F7C242',
coverpage: 'docs/_coverpage.md',
homepage: 'README.md',
loadSidebar: 'docs/_sidebar.md',
auto2top: true,
basePath: 'https://raw.githubusercontent.com/alibaba/weex-ui/master/',
repo: 'https://github.com/alibaba/weex-ui/'
}
</script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('./docs/dist/sw.js')
}
</script>
<script src="//h5.m.taobao.com/js/trip/weex-ui/docsify.min.js"></script>
<script src="//h5.m.taobao.com/js/trip/weex-ui/search.js"></script>
</body>
</html>