front-end for the Scaife "Scaife Stack" prototype
This repository is part of the Scaife Viewer project, an open-source ecosystem for building rich online reading environments.
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
NOTE: Project initialization
The following command was used to set up the initial project; it does not need to be ran again, but is provided here for reference on future projects:
vue create scaife-stack -d
If you want to run an ATLAS server on your local machine then you can route all requests to that address by overriding the graphql endpoint, like so:
export VUE_APP_ATLAS_GRAPHQL_ENDPOINT=http://localhost:8000/graphql/