Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikstrasser committed Oct 29, 2024
1 parent db9b487 commit 7a789cd
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 122 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,23 @@ npm install @dcupl/nuxt

Add the module to your `nuxt.config.js`:

### Simple Setup
Uses a the public `Product Catalog Starter` - [dcupl Console](https://console.dcupl.com)

```js
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
modules: ["@dcupl/nuxt"],
dcupl: {
config: {
projectId: "PP7ECntN4AI5Zfn5vEou",
apiKey: "e0aa9e13-8f82-4edb-a5f3-3cf0c9e40207",
},
},
});
```

### Advanced Setup
```js
export default {
modules: ["@dcupl/nuxt"],
Expand Down
Loading

0 comments on commit 7a789cd

Please sign in to comment.