Atinux / nuxt-prismic-showcase

Showcase of Nuxt.js + Prismic.io CMS

Home Page:https://nuxt-prismic.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Showcase: Nuxt.js + Prismic.io

nuxt-prismic-showcase

Live demo

Features

  • Based on @nuxtjs/prismic
  • Support all different Nuxt.js modes (ssr / spa / static generated)
  • Display Prismic Toolbar to quick edit
  • Support Prismic Preview mode

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

About

Showcase of Nuxt.js + Prismic.io CMS

https://nuxt-prismic.surge.sh/


Languages

Language:Vue 66.0%Language:CSS 19.3%Language:JavaScript 14.6%