Introduction

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

1. QuickStart Vue 3 Composition API with the nuxt-composition-api module

As usual, we start with a fresh Nuxt project.

npx create-nuxt-app myproject