@augu/nuxt-orchid
v1.0.1
Published
๐ฌ๐ Adds support for @augu/orchid with Nuxt.js
Downloads
7
Readme
@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.