1.0.5 • Published 6 months ago
nuxt-yapi v1.0.5
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',
},
],
},
})