mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-23 12:15:52 +10:00
21 lines
286 B
Markdown
21 lines
286 B
Markdown
# @vuepress/plugin-google-analytics
|
|
|
|
> google-analytics plugin for vuepress
|
|
|
|
## Usage
|
|
|
|
```javascript
|
|
module.exports = {
|
|
plugins: ['@vuepress/google-analytics']
|
|
}
|
|
```
|
|
|
|
## Options
|
|
|
|
### ga
|
|
|
|
- Type: `string`
|
|
- Default: `undefined`
|
|
|
|
Provide the Google Analytics ID to enable integration.
|