Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasborawski committed Oct 19, 2021
1 parent 06a7711 commit 269b7fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Storyblok Integration

Here you can find quick installation guide for [Storyblok](https://www.storyblok.com/) CMS integration with Vue Storefront.
Here you can find 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).

Expand All @@ -11,11 +11,13 @@ Full documentation can be found [here](https://docs.vuestorefront.io/storyblok).
Install module into your app.

```bash
npm install @vue-storefront/storyblok --save
npm install @vue-storefront/storyblok storyblok-vue --save
```

or

```bash
yarn add @vue-storefront/storyblok
yarn add @vue-storefront/storyblok storyblok-vue
```

Check the [documentation](https://docs.vuestorefront.io/storyblok) for all the instructions and guidelines.

0 comments on commit 269b7fb

Please sign in to comment.