We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083492b commit ab19d8aCopy full SHA for ab19d8a
source/guide/installation.md
@@ -19,6 +19,11 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
19
20
<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>
21
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
+
27
## Component
28
29
``` bash
0 commit comments