nuxt-yapi
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-yapi

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

65.8 kB

Total Files

17

Last publish

Collaborators

  • stone_edward