atinux / nuxt-prismic-showcase

Showcase of Nuxt.js + Prismic.io CMS
https://nuxt-prismic.surge.sh/
50 stars 9 forks source link

Showcase: Nuxt.js + Prismic.io

nuxt-prismic-showcase

Live demo

Features

Preview mode


See video 🎬

Project setup

Install the dependencies

yarn install

Update the config

Development server

yarn dev

Then go to http://localhost:3000

Compiles and minifies for production

yarn build

Run in production (with Nuxt.js server)

With Nuxt.js server

You will need a node.js hosting (Heroku, Now, CleverCloud, etc).

yarn start

Statically generated

yarn generate

Then you can upload the ./dist/ directory to any static hosting (Netlify, Surge.sh, GH Pages, etc).

Links