1.0.5 • Published 6 months ago

nuxt-yapi v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Nuxt Yapi

npm version npm downloads License

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',
      },
    ],
  },
})
1.0.5

6 months ago

1.0.3

6 months ago

1.0.1

6 months ago