Created
May 12, 2024 14:44
-
-
Save sajt/e20b22a17f7b1e7287a002f09eef3735 to your computer and use it in GitHub Desktop.
Nuxt project generate with prisma
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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