Add vue theme

This commit is contained in:
qingwei.li 2016-11-20 22:29:36 +08:00
commit e82b5c58bc
19 changed files with 802 additions and 104 deletions

View file

@ -3,10 +3,12 @@
<head>
<meta charset="UTF-8">
<title>docsify</title>
<link rel="stylesheet" href="themes/vue.css">
<link rel="stylesheet" href="/themes/vue.css">
</head>
<body></body>
<body>
<div id="app"></div>
</body>
<script src="//unpkg.com/marked/marked.min.js"></script>
<script src="//unpkg.com/prismjs/prism.js"></script>
<script src="docsify.js"></script>
<script src="/docsify.js"></script>
</html>