Skip to content

edwardz8/nuxt3-zero

Repository files navigation

Nuxt 3 and Content v2

Look at the Content documentation to learn more.

Prisma Setup

$ npm i prisma -D  $ npx prisma  $ npm i @prisma/client  $ npx prisma init  $ npx prisma db push 

Setup

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

Releases

No releases published

Packages

No packages published

Languages