Uma Victor wrote
Building the Netflix UI clone with Vue 3 composition API and Tailwindcss
In this article, we will be learning how to use the new Vue 3 composition API.We will explore using Axios to create an instance for API requests in our app. And how to use Tailwindcss to style our app. Vue3 came with a few breaking changes, the biggest being the introduction of the composition API. […]