6b4d1ed0ae5e58a7a71ead14327871d696c98096
* add discriminator.ts helper Allow extension and inheritance of base models with discriminator models. * Update index.ts * fix typo in index.ts
Nuxt Mongoose
A Nuxt module for simplifying the use of Mongoose in your project.
Installation
npx nuxi@latest module add nuxt-mongoose
Usage
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.
License
Languages
TypeScript
52.4%
Vue
47.6%
