2024-04-24 15:34:39 -06:00
2023-10-19 11:26:37 -06:00
2023-10-26 13:02:26 -06:00
2024-04-24 15:34:39 -06:00
2024-01-17 13:57:49 -07:00
2024-04-24 15:23:47 -06:00
2023-04-15 23:10:39 +03:00
2023-07-09 14:27:10 +03:00
2023-04-15 23:10:39 +03:00
2023-04-15 23:10:39 +03:00
2023-04-15 23:10:39 +03:00
2024-02-01 08:25:28 -07:00
2024-02-01 08:25:28 -07:00
2024-01-17 13:56:38 -07:00
2023-09-20 19:47:07 +03:00

nuxt-mongoose

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

MIT License

Description
A Nuxt module for simplifying the use of Mongoose in your project.
Readme 2.6 MiB
Languages
TypeScript 52.4%
Vue 47.6%