nuxt-mongoose
nuxt-mongoose

A Nuxt module for simplifying the use of Mongoose in your project.

nuxt-mongoose

A Nuxt module for simplifying the use of Mongoose in your project.

安装

npm install nuxt-mongoose

使用

Add the module to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: ['nuxt-mongoose']
})

链接