mirror of
https://github.com/vuejs/apollo.git
synced 2026-01-18 14:08:02 +00:00
286 B
286 B
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