Files
nuxt-mongoose/README.md

37 lines
720 B
Markdown

![nuxt-mongoose](https://raw.githubusercontent.com/arashsheyda/nuxt-mongoose/main/docs/public/cover.jpg)
<div align="center">
<h1>Nuxt Mongoose</h1>
A Nuxt module for simplifying the use of Mongoose in your project.
</div>
## Installation
```bash
pnpm add nuxt-mongoose
```
## Usage
### Setup
Add `nuxt-mongoose` to the `modules` section of your `nuxt.config.ts` file.
```ts
export default defineNuxtConfig({
modules: [
'nuxt-mongoose',
],
})
```
### Configuration
For detailed [configuration](https://nuxt-mongoose.nuxt.space/docs/getting-started/configuration) and usage instructions, please refer to our [documentation](https://nuxt-mongoose.nuxt.space/).
## License
[MIT License](./LICENSE)