Building a Vue 3 Pinterest app
In the previous section, we explored creating the backend of our Pinterest application using Strapi. In this section, we will create the frontend using Vue 3.
However, it is important to note that since this is a demo, we will only abstract the slightest part of Pinterest to represent the application. Developing the full Pinterest application will require effort, teams, and resources.
We will continue by using the official project we created for this book. In the previous chapters, we added internationalization, structured the project, and built out the login form, and we will continue by including other necessary files to make up a full-blown Pinterest clone application.
Most importantly, I will be using Tailwind CSS as my CSS framework for this project, and since it’s beyond the scope of this book, you can visit the official documentation to set it up with Vue 3.
You can clone the project from this repository – https://github...