1.0.1 • Published 3 years ago

@augu/nuxt-orchid v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@augu/orchid-nuxt

🛬📗 Adds support for @augu/orchid with Nuxt.js

Usage

nuxt.config.js

export default {
  modules: ['@augu/orchid-nuxt'],
  options: {
    orchid: {
      middleware: [your, middleware, here],
      defaults: {},
    },
  },
};

You will now be exposed with nuxt.$orchid global, which will return the http client instance.

License

@augu/orchid-nuxt is released under MIT License by Noelware.