You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,19 @@ TODO:
17
17
18
18
## Setup
19
19
20
-
- Add `guess-module` dependency using yarn or npm to your project
21
-
- Add `guess-module` to `modules` section of `nuxt.config.js`
20
+
- Add `@nuxtjs/guess` dependency using yarn or npm to your project
21
+
- Add `@nuxtjs/guess` to `modules` section of `nuxt.config.js`
22
22
- Config 'options' as `options` of [guess-webpack][guess-webpack-href]
23
23
- Note: the default `reportProvider` when there is no `GA` and `reportProvider` specifed is the content of `router.json` under [`rootDir`][nuxt-rootDir-href] or [`srcDir`][nuxt-srcDir-href]
24
24
25
25
```js
26
26
{
27
27
modules: [
28
28
// Simple usage
29
-
'guess-module',
29
+
'@nuxtjs/guess',
30
30
31
31
// With options
32
-
['guess-module', {
32
+
['@nuxtjs/guess', {
33
33
GA:'XXXXXX'
34
34
}],
35
35
]
@@ -53,18 +53,18 @@ This module is inspired by [guest-nuxt][circle-ci-href] by @daliborgogic.
0 commit comments