2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-17 05:30:34 +03:00

Merge pull request #1 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg

Replace npmcdn.com with unpkg.com
This commit is contained in:
Collin Henderson
2016-10-11 14:14:09 -04:00
committed by GitHub
+2 -2
View File
@@ -10,11 +10,11 @@
$ npm install vue-tribute --save
```
**or** include the UMD build, hosted by [npmcdn](https://npmcdn.com) in a `<script>` tag. You will also need to include the main Zurb Tribute library:
**or** include the UMD build, hosted by [unpkg](https://unpkg.com) in a `<script>` tag. You will also need to include the main Zurb Tribute library:
```js
<script src="js/tribute.js"></script>
<script src="//npmcdn.com/vue-tribute"></script>
<script src="//unpkg.com/vue-tribute"></script>
```
## Usage