noel-archive / orchid-nuxt

πŸ›¬πŸ“— Adds support for @augu/orchid with Nuxt.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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.

About

πŸ›¬πŸ“— Adds support for @augu/orchid with Nuxt.js

License:MIT License


Languages

Language:JavaScript 96.5%Language:Vue 2.9%Language:Shell 0.6%