https://github.com/xlanex6/nuxt3-prisma-demo
Play with NUXT3 and PRISMA
https://github.com/xlanex6/nuxt3-prisma-demo
nuxtjs prisma-client prisma2
Last synced: about 1 year ago
JSON representation
Play with NUXT3 and PRISMA
- Host: GitHub
- URL: https://github.com/xlanex6/nuxt3-prisma-demo
- Owner: xlanex6
- Created: 2021-11-06T14:47:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T08:52:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-25T07:06:12.490Z (over 1 year ago)
- Topics: nuxtjs, prisma-client, prisma2
- Language: Vue
- Homepage:
- Size: 188 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter with [Prisma](https://www.prisma.io/?utm_source=Prisma+Ambassador&utm_medium=Blop+post&utm_campaign=ambassador_program&utm_content=Prisma+AP+Alex+Duval)
Check [Prisma.io](https://www.prisma.io/?utm_source=Prisma+Ambassador&utm_medium=Blop+post&utm_campaign=ambassador_program&utm_content=Prisma+AP+Alex+Duval)
[Main issue](https://github.com/prisma/prisma/issues/5030#issuecomment-912588323)
Prisma on the edge looks great, more info during the [serverles prisma conf](https://www.prisma.io/serverless)
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).