Remove plugins

This commit is contained in:
qingwei.li 2016-11-26 14:09:06 +08:00
commit 8210a19dd3
10 changed files with 102 additions and 94 deletions

View file

@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<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="//unpkg.com/docsify/themes/vue.css">
<link rel="stylesheet" href="/themes/vue.css">
</head>
<body>
<div id="app"></div>
</body>
<script src="//unpkg.com/docsify/lib/docsify.pack.min.js"></script>
<script src="/lib/docsify.pack.min.js" data-repo="qingwei-li/docsify"></script>
</html>

View file

@ -25,5 +25,11 @@ Such as [./docs](https://github.com/QingWei-Li/docsify/tree/master/docs), Create
</html>
```
```javascript
import Vue from 'vue'
Vue.use(ElementUI)
```
## License
MIT

1
docs/lib Symbolic link
View file

@ -0,0 +1 @@
../lib

1
docs/themes Symbolic link
View file

@ -0,0 +1 @@
../themes