mirror of
https://github.com/vuejs/apollo.git
synced 2026-02-01 14:37:18 +00:00
Create CONTRIBUTING.md
This commit is contained in:
parent
dc138f2396
commit
4d1526836c
29
CONTRIBUTING.md
Normal file
29
CONTRIBUTING.md
Normal file
@ -0,0 +1,29 @@
|
||||
# Contributing
|
||||
|
||||
## Development setup
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```
|
||||
yarn install
|
||||
cd tests/demo && yarn install
|
||||
cd ../ssr && yarn install
|
||||
```
|
||||
|
||||
Link the library to test it in your project:
|
||||
|
||||
```
|
||||
yarn link
|
||||
```
|
||||
|
||||
Build the library with watching:
|
||||
|
||||
```
|
||||
yarn dev
|
||||
```
|
||||
|
||||
Run tests:
|
||||
|
||||
```
|
||||
yarn test
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user