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 688e839 commit dfc9d56Copy full SHA for dfc9d56
README.md
@@ -56,12 +56,16 @@ This package doesn't handle the communication with the API. Check out [notion-ap
56
### Vue
57
58
```bash
59
-npm install vue-notion --save-dev
+npm install vue-notion
60
```
61
62
### NuxtJS Module
63
64
-Install as shown above and add `"vue-notion/nuxt"` to the `buildModules` array in `nuxt.config.js`.
+Install as a dev-dependency and add `"vue-notion/nuxt"` to the `buildModules` array in `nuxt.config.js`.
65
+
66
+```bash
67
+npm install vue-notion --save-dev
68
+```
69
70
```js
71
// nuxt.config.js
0 commit comments