In this article, it assumes you have the basic knowledge and understanding of:VueNuxt jsTypeScriptVue 3: Composition APIUnsupported embedInstallationOpen your terminal and run this command npx create-nuxt-app nuxt-ts-composition-api make sure to select TypeScript, and $axios during the selection process. I’m not gonna go through the installation process but you can refer to the official documentation https://nuxtjs.org/docs/2.x/get-started/installation Then install @nuxtjs/composition-api mod...