File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Vuefire [ ![ Build Status] ( https://img.shields.io/circleci/project/vuejs/vuefire.svg )] ( https://circleci.com/gh/vuejs/vuefire ) [ ![ npm package] ( https://img.shields.io/npm/v/vuefire.svg )] ( https://www.npmjs.com/package/vuefire ) [ ![ coverage] ( https://img.shields.io/codecov/c/github/vuejs/vuefire.svg )] ( https://codecov.io/github/vuejs/vuefire )
2
2
3
- > Vue.js 2 binding for Firestore
3
+ > Vue.js 2 binding for Cloud Firestore
4
4
5
5
## Installation
6
6
7
+ ``` sh
8
+ npm i vuefire@next
9
+ ```
7
10
8
11
## Usage
9
12
13
+ Check ` test/*.spec.js ` and ` examples/ ` for some examples
14
+
10
15
## Data Normalization
11
16
12
17
### Array Bindings
16
21
Clone the repo, then:
17
22
18
23
``` bash
19
- $ npm install # install dependencies
20
- $ npm test # run test suite with coverage report
24
+ $ npm install
25
+ $ npm test
21
26
```
22
27
23
28
## License
You can’t perform that action at this time.
0 commit comments