EugeneCodeCamp / EugeneCodeCamp.github.io

Website for Eugene Code Camp
1 stars 1 forks source link

Display list of resources from endpoint #54

Closed petrazoid closed 4 years ago

petrazoid commented 4 years ago

Right now the resources listed on the resources page are hardcoded.

Use axios (nuxt/axois is already in the project) to pull the resources back from the endpoint with a graphQl query and display in a list with title, resource_url, and resource_description.

This is a good example: https://medium.com/@lachlanmiller_52885/graphql-basics-and-practical-examples-with-vue-6b649b9685e0

Endpoint detail is in the readme.