We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc9d56 commit e078438Copy full SHA for e078438
docs/README.md
@@ -130,7 +130,7 @@ const pageTable = await getPageTable("PAGE_ID", "ENDPOINT_URL");
130
131
There are a few required steps to allow Nuxt to work with vue-notion
132
133
-- Install vue-notion as a dependency to your Nuxt project – `npm install vue-notion`
+- Install vue-notion as a dev-dependency to your Nuxt project – `npm install vue-notion --save-dev`
134
- Add `"vue-notion/nuxt"` to the `buildModules` array in `nuxt.config.js`.
135
136
```js
0 commit comments