Summary
This chapter dived deeper into how to utilize GraphQL to deliver scalable and high-performing applications and how to build a complete Pinterest clone with Vue 3 and GraphQL. In addition, we utilized the knowledge of GraphQL to develop and deliver enterprise applications such as Pinterest using Vue 3 and GraphQL.
We explored Strapi – the headless CMS that manages our backend APIs and data, and we also scaffolded a new Strapi project, learned how to create Strapi collections, and also seeded some dummy data to ease the development time.
We also covered in detail how to integrate the Strapi CMS and easily spin up a backend server for our Pinterest demo application using GraphQL into Vue 3.
In the next chapter, you will learn about the nitty-gritty involved in dockerizing your Vue 3 project. In addition, you will learn about the best practices and industry standards for dockerizing and deploying an enterprise Vue.js 3 web application.
This chapter will also...