Skip to content

Instantly share code, notes, and snippets.

@sajt
Created May 12, 2024 14:44
Show Gist options
  • Save sajt/e20b22a17f7b1e7287a002f09eef3735 to your computer and use it in GitHub Desktop.
Save sajt/e20b22a17f7b1e7287a002f09eef3735 to your computer and use it in GitHub Desktop.
Nuxt project generate with prisma
npx nuxt@latest init <projectname>
yarn add -D prisma
npx prisma init
.env-ben beállítani
//and in the schema.prisma too
npx prisma db pull //this make a schema from the database
npx prisma generate
npx nuxi prepare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment