docs: update quickstart

This commit is contained in:
qingwei.li
2018-01-03 09:56:15 +08:00
parent bc3ed08d06
commit 299c2c85c0
4 changed files with 19 additions and 22 deletions

View File

@@ -51,8 +51,13 @@ If you don't like `npm` or have trouble installing the tool, you can manually cr
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
//...
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</html>
```