<h2 data-toc-exclude="" id="introduction">Introduction</h2> <p class="tip">Note: This quick tutorial is for developers familiar with the basics of Nuxt.js. I recommend skimming through the <a href="https://composition-api.vuejs.org/" target="_blank" rel="noopener">Composition API</a> specification first. Please note that using the API in production is not recommended</p> <h2 id="1-quickstart-vue-3-composition-api-with-the-nuxt-composition-api-module">1. QuickStart Vue 3 Composition API with the <code>nuxt-composition-api</code> module</h2> <p>As usual, we start with a fresh Nuxt project.</p> <pre class="language-bash"><code class="language-bash">npx create-nuxt-app myproject</code></pre>