pnpm add nuxt-auto-crud
yarn add nuxt-auto-crud
npm install nuxt-auto-crud
bun add nuxt-auto-crud
// nuxt.config.ts export default defineNuxtConfig({ modules: ["nuxt-auto-crud"], });
That's it! Your CRUD endpoints are ready to use.
Install Drizzle ORM
For detailed steps, refer to https://hub.nuxt.com/docs/recipes/drizzle.
Module Configuration
Detailed reference for nuxt-auto-crud module options, including schema pathing and authentication integration.
On this page