๐ฌ๐ Adds support for @augu/orchid with Nuxt.js
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.
@augu/orchid-nuxt is released under MIT License by Noelware.