nuxt-umami
Advanced tools
Comparing version 2.5.5 to 2.5.6
{ | ||
"name": "nuxt-umami", | ||
"type": "module", | ||
"version": "2.5.5", | ||
"version": "2.5.6", | ||
"description": "Integrate Umami Analytics into Nuxt", | ||
@@ -43,13 +43,13 @@ "author": "ML <me.mlaure@gmail.com>", | ||
"dependencies": { | ||
"@vueuse/core": "^10.5.0" | ||
"@vueuse/core": "^10.7.0" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "~0.42.1", | ||
"@types/node": "^20.8.7", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-vue": "^9.17.0", | ||
"nuxt": "^3.8.0", | ||
"typescript": "^5.2.2" | ||
"@types/node": "^20.10.5", | ||
"bumpp": "^9.2.1", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-vue": "^9.19.2", | ||
"nuxt": "^3.8.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
@@ -6,3 +6,5 @@ # Nuxt Umami | ||
[![License](https://img.shields.io/npm/l/nuxt-umami?style=flat-square)](/LICENSE) | ||
[![Sponsor](https://img.shields.io/badge/Sponsor-21262d?style=flat-square&logo=github&logoColor=db61a2)](https://github.com/sponsors/ijkml) | ||
Integrate [**Umami Analytics**](https://umami.is/) into your Nuxt websites / applications. | ||
@@ -14,8 +16,8 @@ | ||
- ✨ SSR Support, of course | ||
- ➖ No extra script: no loading delay, instant availability | ||
- 😜 Escapes most ad & script blockers (catch me if you can) | ||
- ➖ No extra script, no loading delay | ||
- 😜 Escapes ad & script blockers | ||
- 💯 Simple, feature complete, extensive config | ||
- ✅ Typescript, JSDocs, auto completion | ||
- ✅ Auto imported, available (almsot) everywhere | ||
- ✅ Easy debuggin' (one `console.log` at a time) | ||
- ✅ Auto imported, available (almsot) everywhere | ||
@@ -181,20 +183,24 @@ > [!IMPORTANT] | ||
### Live Debugging | ||
## FAQS and Quirks | ||
For cases where you need that `console.log('here')` in live sites, set `debug: true` in your config. | ||
* __I don't see errors in live sites...__ | ||
* If you're debugging live sites, set `debug: true` in your config. | ||
* __Can I use Umami v2/Cloud?__ | ||
* Yes. To use Umami v2, set `version: 2` in the Nuxt-Umami config. | ||
* __Welp, I am getting some CORS errors!__ | ||
* Some adblockers like _uBlock_ and _Ghostery_ block Umami Cloud's endpoints. Try to disable your adblockers (yes, all of them). Also, double-check your config and Umami version. If all else fails, host your own Umami instance. | ||
* __How do I set up my own Umami instance?__ | ||
* Miracle Onyenma published a simple guide in his blog. [Check it out]((https://miracleio.me/blog/set-up-analytics-for-your-nuxt-3-app-with-umami)). | ||
* __Should I sponsor this project?__ | ||
* Absolutely, you can do that here: https://github.com/sponsors/ijkml. | ||
## Umami v2 | ||
To use Umami v2, set `version: 2` in the Umami config. | ||
## Setup guide | ||
Learn how to host your own Umami instance and set up your Nuxt app using [Miracle Onyenma's simple guide](https://miracleio.me/blog/set-up-analytics-for-your-nuxt-3-app-with-umami). | ||
## Issues, Bugs, Ideas? | ||
Open an issue. Contributions are welcome, just send a PR! If you encounter any issues, don't hesitate to open an issue. I'm always available to help and resolve any bugs. | ||
Contributions are welcome, start a discussion, send a PR! If you find an issue, keep it, finders keepers 😅. (Or, open an issue, I'll be happy to help.) | ||
## Contributors | ||
Thank you! | ||
<a href="https://github.com/ijkml/nuxt-umami/graphs/contributors"> | ||
@@ -204,5 +210,4 @@ <img alt="Nuxt Umami contributors" src="https://contrib.rocks/image?repo=ijkml/nuxt-umami" /> | ||
<br /> | ||
<hr /> | ||
[MIT](./LICENSE) License © 2023 [ML](https://github.com/ijkml/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24895
210
1
+ Addedpostcss@8.4.49(transitive)
- Removedpostcss@8.4.47(transitive)
Updated@vueuse/core@^10.7.0