1.0.6 • Published 2 years ago
nuxt-mongoose v1.0.6

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