antelope-ui
Version:
A Component Library for Vue.js.
27 lines (26 loc) • 808 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Antelope - 活动快速成型工具</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Antelope 期盼迅捷" />
<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="./static/vue.css" />
</head>
<body>
<div id="app">加载中~</div>
<script>
window.$docsify = {
name: 'Antelope',
repo: 'https://github.com/toulanren/antelope-ui',
coverpage: true,
loadSidebar: true
}
</script>
<script src="./static/docsify.min.js"></script>
</body>
</html>