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

Commit

Permalink
chore: swap storyblok packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lsliwaradioluz committed Dec 11, 2023
1 parent 55e9858 commit ad0edd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
[![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 quick installation guide for [Storyblok](https://www.storyblok.com/) CMS integration with Vue Storefront.
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 module into your app.
Install the module in your app.

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

or

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

Check the [documentation](https://docs.vuestorefront.io/storyblok) for all the instructions and guidelines.
2 changes: 1 addition & 1 deletion nuxt/plugin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Vue from 'vue'
import StoryblokVue from 'storyblok-vue'
import {StoryblokVue} from '@storyblok/vue-2'
import { integrationPlugin } from '@vue-storefront/core'

Vue.use(StoryblokVue)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typescript": "^4.4.4"
},
"peerDependencies": {
"storyblok-vue": "^1.0.5"
"@storyblok/vue-2": "^3.0.17"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ad0edd1

Please sign in to comment.