Nuxt Yapi Quick Setup Install the module to your Nuxt application with one command: npx nuxi module add nuxt-yapi Configuration export default defineNuxtConfig({ yapi: { service: 'https://yapi.example.com', apis: [ { baseUrl: 'https://example.com', token: 'xxxx', }, ], }, })