nuxt-feathers
v0.2.1
Published
Feathers API integration for Nuxt
Readme
nuxt-feathers
Feathers API integration for Nuxt
Install
pnpm install add -D nuxt-feathersUsage
Nuxt
Add the plugin to your nuxt.config.js:
export default defineNuxtConfig({
modules: [
'nuxt-feathers'
],
feathers: {
// your module options
}
})