A Vue frontend for a blog. Uses GraphQL. Part of a project with the backend in Django (Python).
See GeekTechStuff Blog Post for more details.
The front_end directory contains the Vue frontend. Change into the front_end directory before running any of the below npm commands.
npm install
npm run dev
npm run build
npm run test:unit