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.
Creating Your First Schema
Create your first schema
What You Get
Automatically exposed CRUD API endpoints.
Table of Contents
Community