nuxt-prisma-devtools
v1.2.0
Published
Adds Prisma Studio to Nuxt Devtools
Downloads
190
Readme
Nuxt Prisma DevTools
Adds Prisma Studio to Nuxt Devtools - a great way to integrate Prisma studio in case you are manually setting up Prisma in nuxt (rather than using nuxt-prisma - see https://www.prisma.io/docs/orm/more/help-and-troubleshooting/help-articles/prisma-nuxt-module#option-b-libprismats)!
Quick Setup
Install the module to your Nuxt application with one command:
npx nuxi module add nuxt-prisma-devtools
That's it! You can now use Nuxt Prisma DevTools in your Nuxt app ✨
Contribution
# Install dependencies
pnpm install
# Generate type stubs
pnpm run dev:prepare
# Develop with the playground
pnpm run dev
# Build the playground
pnpm run dev:build
# Run ESLint
pnpm run lint
# Run Vitest
pnpm run test
pnpm run test:watch
# Release new version
pnpm run release