Package Exports
- @nuxtjs/prismic
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nuxtjs/prismic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@nuxtjs/prismic
@nuxtjs/prismic lets you easily connect your Nuxt.js application to your content hosted on Prismic
Features
- Injects and configures Prismic SDK
prismic-javascript
, 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
Development
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm run dev