- Based on @nuxtjs/prismic
- Support all different Nuxt.js modes (ssr / spa / static generated)
- Display Prismic Toolbar to quick edit
- Support Prismic Preview mode
yarn install
- Change to your prismic endpoint
- Update the link-resolver.js
yarn dev
Then go to http://localhost:3000
yarn build
You will need a node.js hosting (Heroku, Now, CleverCloud, etc).
yarn start
yarn generate
Then you can upload the ./dist/
directory to any static hosting (Netlify, Surge.sh, GH Pages, etc).