|
9 | 9 |
|
10 | 10 | - [✨ Release Notes](https://posthog.nuxtjs.org/changelog)
|
11 | 11 | - [📖 Documentation](https://posthog.nuxtjs.org)
|
12 |
| - <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/@nuxtjs/posthog?file=playground%2Fapp.vue) --> |
| 12 | + <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/nuxt-posthog?file=playground%2Fapp.vue) --> |
13 | 13 |
|
14 | 14 | ## Features
|
15 | 15 |
|
|
22 | 22 |
|
23 | 23 | ## Quick Setup
|
24 | 24 |
|
25 |
| -1. Add `@nuxtjs/posthog` dependency to your project |
| 25 | +1. Add `nuxt-posthog` dependency to your project |
26 | 26 |
|
27 | 27 | ```bash
|
28 | 28 | # Using pnpm
|
29 |
| - pnpm add -D @nuxtjs/posthog |
| 29 | + pnpm add -D nuxt-posthog |
30 | 30 |
|
31 | 31 | # Using yarn
|
32 |
| - yarn add --dev @nuxtjs/posthog |
| 32 | + yarn add --dev nuxt-posthog |
33 | 33 |
|
34 | 34 | # Using npm
|
35 |
| - npm install --save-dev @nuxtjs/posthog |
| 35 | + npm install --save-dev nuxt-posthog |
36 | 36 | ```
|
37 | 37 |
|
38 |
| -2. Add `@nuxtjs/posthog` to the `modules` section of `nuxt.config.ts` |
| 38 | +2. Add `nuxt-posthog` to the `modules` section of `nuxt.config.ts` |
39 | 39 |
|
40 | 40 | ```js
|
41 | 41 | export default defineNuxtConfig({
|
42 |
| - modules: ['@nuxtjs/posthog'], |
| 42 | + modules: ['nuxt-posthog'], |
43 | 43 | });
|
44 | 44 | ```
|
45 | 45 |
|
@@ -73,11 +73,11 @@ pnpm run release
|
73 | 73 |
|
74 | 74 | <!-- Badges -->
|
75 | 75 |
|
76 |
| -[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/posthog/latest.svg?style=flat&colorA=18181B&colorB=28CF8D |
77 |
| -[npm-version-href]: https://npmjs.com/package/@nuxtjs/posthog |
78 |
| -[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/posthog.svg?style=flat&colorA=18181B&colorB=28CF8D |
79 |
| -[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/posthog |
80 |
| -[license-src]: https://img.shields.io/npm/l/@nuxtjs/posthog.svg?style=flat&colorA=18181B&colorB=28CF8D |
81 |
| -[license-href]: https://npmjs.com/package/@nuxtjs/posthog |
| 76 | +[npm-version-src]: https://img.shields.io/npm/v/nuxt-posthog/latest.svg?style=flat&colorA=18181B&colorB=28CF8D |
| 77 | +[npm-version-href]: https://npmjs.com/package/nuxt-posthog |
| 78 | +[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-posthog.svg?style=flat&colorA=18181B&colorB=28CF8D |
| 79 | +[npm-downloads-href]: https://npmjs.com/package/nuxt-posthog |
| 80 | +[license-src]: https://img.shields.io/npm/l/nuxt-posthog.svg?style=flat&colorA=18181B&colorB=28CF8D |
| 81 | +[license-href]: https://npmjs.com/package/nuxt-posthog |
82 | 82 | [nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
|
83 | 83 | [nuxt-href]: https://nuxt.com
|
0 commit comments