Note: This quick tutorial is for developers familiar with the basics of Nuxt.js. I recommend skimming through the Composition API specification first. Please note that using the API in production is not recommended
nuxt-composition-api
moduleAs usual, we start with a fresh Nuxt project.
npx create-nuxt-app myproject