@nuxtjs/prismic lets you easily connect your Nuxt.js application to your content hosted on Prismic
- Injects and configures Prismic SDK
@prismicio/client
, the kit allowing you to query Prismic APIprismic-dom
, a set of helpers to handle Prismic data@prismicio/vue
, a set of Vue.js components to easily display Prismic data
- Sets up Prismic previews
- Compact configuration
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm run dev