vueschool / vue-apollo

☄️ Source code for the Vue-Apollo & GraphQL Fundamentals course

Home Page:https://vueschool.io/courses/vue-apollo-graphql-fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue-Apollo GraphQL Fundamentals

This repository contains the example code for the Vue-Apollo GraphQL Fundamentals course.

In this course, you'll learn how to use Vue-Apollo and GraphQL APIs in your Vue.js applications.

GraphQL is a query language for APIs and a runtime to execute said queries. The Apollo client is a complete state management library that takes care of caching data, refetching queries, and much more.

Vue Apollo and GraphQL allow us to build robust and performant user interfaces efficiently.

During the course, we'll be working with the SpaceX GraphQL API. You'll learn best practices and workflow tips that enhance productivity and improves the developer experience.

This course assumes that you know the fundamentals of GraphQL. If you do not, we recommend that you take our GraphQL Fundamentals course beforehand.

Click here to watch the course


vue-graphql

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

☄️ Source code for the Vue-Apollo & GraphQL Fundamentals course

https://vueschool.io/courses/vue-apollo-graphql-fundamentals


Languages

Language:Vue 67.2%Language:JavaScript 27.4%Language:HTML 5.4%