UNPKG

@vue-storefront/storyblok

Version:

Storyblok CMS integration with Vue Storefront

31 lines (19 loc) 1.15 kB
# Storyblok Integration ### Stay connected [![GitHub Repo stars](https://img.shields.io/github/stars/vuestorefront/vue-storefront?style=social)](https://github.com/vuestorefront/vue-storefront) [![Twitter Follow](https://img.shields.io/twitter/follow/vuestorefront?style=social)](https://twitter.com/vuestorefront) [![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCkm1F3Cglty3CE1QwKQUhhg?style=social)](https://www.youtube.com/c/VueStorefront) [![Discord](https://img.shields.io/discord/770285988244750366?label=join%20discord&logo=Discord&logoColor=white)](https://discord.vuestorefront.io) Here you can find a quick installation guide for [Storyblok](https://www.storyblok.com/) CMS integration with Vue Storefront. Full documentation can be found [here](https://docs.vuestorefront.io/storyblok). ### Installation --- Install the module in your app. ```bash npm install @vue-storefront/storyblok @storyblok/vue-2 --save ``` or ```bash yarn add @vue-storefront/storyblok -D @storyblok/vue-2 ``` Check the [documentation](https://docs.vuestorefront.io/storyblok) for all the instructions and guidelines.