File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# 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 )
22
3- > Vue.js 2 binding for Firestore
3+ > Vue.js 2 binding for Cloud Firestore
44
55## Installation
66
7+ ``` sh
8+ npm i vuefire@next
9+ ```
710
811## Usage
912
13+ Check ` test/*.spec.js ` and ` examples/ ` for some examples
14+
1015## Data Normalization
1116
1217### Array Bindings
1621Clone the repo, then:
1722
1823``` bash
19- $ npm install # install dependencies
20- $ npm test # run test suite with coverage report
24+ $ npm install
25+ $ npm test
2126```
2227
2328## License
You can’t perform that action at this time.
0 commit comments