
A Nuxt module for simplifying the use of Mongoose in your project.
npx nuxi@latest module add nuxt-mongoose
Add nuxt-mongoose to the modules section of your nuxt.config.ts file.
export default defineNuxtConfig({
modules: [
'nuxt-mongoose',
],
})
For detailed configuration and usage instructions, please refer to our documentation.