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 283c764 commit 73ce4a0
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,3 @@ or
```bash
yarn add @vue-storefront/storyblok
```

### Setup

---

Register the module in the `nuxt.config` file.

```javascript
modules: [
['@vue-storefront/storyblok/nuxt', {
token: 'CONTENT_DELIVERY_TOKEN',
cacheProvider: 'memory'
}],
]
```

### Content Rendering

---

Copy the `RenderContent.vue` component from the integration package.

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

0 comments on commit 73ce4a0

Please sign in to comment.