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 9c3e6df commit 716f738Copy full SHA for 716f738
README.md
@@ -1,5 +1,7 @@
1
# VueFire
2
3
+> Vue.js binding for Firebase.
4
+
5
## Installation
6
7
1. If included as global `<script>`: will install automatically if global `Vue` is present.
@@ -11,7 +13,7 @@
11
13
<!-- Firebase -->
12
14
<script src="https://cdn.firebase.com/js/client/2.4.2/firebase.js"></script>
15
<!-- VueFire -->
- <script src="https://cdn.firebase.com/libs/vuefire/0.1.0/vuefire.min.js"></script>
16
+ <script src="https://cdn.jsdelivr.net/vuefire/1.0.0/vuefire.min.js"></script>
17
</head>
18
```
19
0 commit comments