0.0.7 • Published 2 years ago

@bareblends/vsf-prismic v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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/