docs: use new nuxi module add
command in installation (#4)
* docs: use new `nuxi module add` command in installation * chore: update block
This commit is contained in:
parent
f34a13327e
commit
967997b2e0
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ You can enable Wide Angle Analytics in your Nuxt projects in just a few steps. N
|
||||||
2. [Create a new site](https://wideangle.co/documentation/create-and-configure-site) and activate it.
|
2. [Create a new site](https://wideangle.co/documentation/create-and-configure-site) and activate it.
|
||||||
3. Install the `wideangle-vuejs` plugin in your Vue application.
|
3. Install the `wideangle-vuejs` plugin in your Vue application.
|
||||||
|
|
||||||
```npm install wideangle-nuxt```
|
```bash
|
||||||
|
npx nuxi@latest module add wideangle
|
||||||
|
```
|
||||||
|
|
||||||
4. Enable and configure the module.
|
4. Enable and configure the module.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue