docsify/docs/cdn.md

51 lines
1.2 KiB
Markdown
Raw Normal View History

2017-02-13 22:43:58 +08:00
# CDN
Recommended: [unpkg](//unpkg.com), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [unpkg.com/docsify/](//unpkg.com/docsify/).
## Latest version
```html
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/docsify/lib/docsify.js"></script>
```
Alternatively, use [compressed files](#compressed-file).
2017-02-13 22:43:58 +08:00
2017-03-10 05:19:07 +08:00
## Specific version
2017-02-13 22:43:58 +08:00
```html
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/docsify@2.0.0/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/docsify@2.0.0/lib/docsify.js"></script>
```
## Compressed file
```html
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
```
2017-03-10 05:19:07 +08:00
```html
<!-- load css -->
<link rel="stylesheet" href="//unpkg.com/docsify@2.0.0/lib/themes/vue.css">
<!-- load script -->
<script src="//unpkg.com/docsify@2.0.0/lib/docsify.min.js"></script>
```
2017-02-13 22:43:58 +08:00
## Other CDN
2017-04-25 12:13:56 +08:00
- http://www.bootcdn.cn/docsify
2017-06-01 10:29:12 +08:00
- https://cdn.jsdelivr.net/npm/docsify/
2017-04-25 12:13:56 +08:00
- https://cdnjs.com/libraries/docsify