Skip to content

Commit ab19d8a

Browse files
committed
cdnjs
1 parent 083492b commit ab19d8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/guide/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
1919

2020
<a class="button" href="https://raw.github.com/yyx990803/vue/v{{vue_version}}/dist/vue.min.js" download>Production Version</a><br><span class="light">{{min_size}}kb minified / {{gz_size}}kb gzipped</span>
2121

22+
Also available on [cdnjs](http://cdnjs.com):
23+
```
24+
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.min.js"></script>
25+
```
26+
2227
## Component
2328

2429
``` bash

0 commit comments

Comments
 (0)