Part 3: Vue.js 3 Enterprise Tools
In this part, you will learn about DevOps and Docker. You will containerize your web app and deploy a container to Google Cloud Run using CLI tools. Then, you will leverage advanced CI techniques to build a container-based CI environment, leveraging a multi-stage Dockerfile.
This part will also explore GraphQL and how it can be implemented and integrated with Vue.js 3 to deliver an enterprise-ready web application. In addition, we will build an enterprise Pinterest clone to demonstrate our knowledge of GraphQL at an enterprise level.
This part comprises the following chapters:
- Chapter 5, An Introduction to GraphQL, Queries, Mutations, and RESTful API
- Chapter 6, Building a Complete Pinterest Clone with GraphQL
- Chapter 7, Dockerizing a Vue 3 App