https://github.com/prisma/prisma-nuxt
Prisma example showing how to use Prisma in a Nuxt application.
https://github.com/prisma/prisma-nuxt
Last synced: 3 months ago
JSON representation
Prisma example showing how to use Prisma in a Nuxt application.
- Host: GitHub
- URL: https://github.com/prisma/prisma-nuxt
- Owner: prisma
- Created: 2021-01-21T07:02:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T07:07:26.000Z (over 1 year ago)
- Last Synced: 2025-02-25T11:08:21.828Z (3 months ago)
- Language: Vue
- Size: 289 KB
- Stars: 29
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fullstack-nuxt
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).