Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
/ orchid-nuxt Public archive

๐Ÿ›ฌ๐Ÿ“— Adds support for @augu/orchid with Nuxt.js

License

Notifications You must be signed in to change notification settings

noel-archive/orchid-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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