mirror of
https://github.com/vuejs/apollo.git
synced 2026-02-01 14:37:18 +00:00
205 B
205 B
Contributing
Development setup
Install dependencies:
pnpm install
Go to a package in packages.
Build the library with watching:
pnpm run dev
Run tests:
pnpm run test