Skip to content

Commit d876dab

Browse files
committed
add contributing section
1 parent 9ecc534 commit d876dab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,14 @@ The resulting bound array stored in `vm.items` will be:
9191
}
9292
]
9393
```
94+
95+
## Contributing
96+
97+
Clone the repo, then:
98+
99+
```bash
100+
$ npm install # install dependencies
101+
$ npm test # run test suite with coverage report
102+
$ npm run dev # watch and build dist/vuefire.js
103+
$ npm run build # build dist/vuefire.js and vuefire.min.js
104+
```

0 commit comments

Comments
 (0)