Install dependencies
npm install
Generate clients for GraphQL and REST backend
npm run generate
Running annotation-store-backend on localhost:4000
is needed.
npm run serve
The compile warning export 'onServerPrefetch' was not found in 'vue-demi'
is an issue in the vue apollo package.
npm run build
npm run lint