@bareblends/vsf-prismic

Prismic CMS integration with Vue Storefront

Usage no npm install needed!

<script type="module">
  import bareblendsVsfPrismic from 'https://cdn.skypack.dev/@bareblends/vsf-prismic';
</script>

README

Storyblok Integration

Here you can find quick installation guide for Storyblok CMS integration with Vue Storefront.

Full documentation can be found here.

Installation


Install module into your app.

npm install @vue-storefront/storyblok --save

or

yarn add @vue-storefront/storyblok

Setup


Register the module in the nuxt.config file.

modules: [
  ['@bareblends/vsf-prismic/nuxt', {
    accessToken: 'CONTENT_DELIVERY_TOKEN',
    endpoint: 'https://bareblends.prismic.io/api/v2'
  }],
]

Content Rendering


Copy the RenderContent.vue component from the integration package.

cp node_modules/@vue-storefront/storyblok/components/RenderContent.vue cms/