NuxtN
Nuxt2y ago
Edik

Plugins - add third party plugin to Nuxt

Hello,

I would like to add fast-json-patch into Nuxt as plugin. I want it to be auto-imported and avaliable globally.
I tried to add it in nuxt.config.ts as module, but it doesnt get accepted, because its not an nuxt module I believe.
In docs I only find how to create own plugins and add vue-plugins.

Any help is appreciated.
Was this page helpful?