-
- Downloads
Add matomo rudimentary tracker
parent
546d2485
No related branches found
No related tags found
This commit is part of merge request !96. Comments created here will be created in the context of that merge request.
Showing
- README.md 6 additions, 3 deletionsREADME.md
- package-lock.json 417 additions, 404 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/App.vue 12 additions, 0 deletionssrc/App.vue
- src/assets/env.template.js 2 additions, 0 deletionssrc/assets/env.template.js
- src/components/FooterBottom.vue 37 additions, 3 deletionssrc/components/FooterBottom.vue
- src/components/modals/BootstrapModal.vue 10 additions, 0 deletionssrc/components/modals/BootstrapModal.vue
- src/environment.ts 4 additions, 0 deletionssrc/environment.ts
- src/main.ts 18 additions, 0 deletionssrc/main.ts
- src/router/index.ts 24 additions, 0 deletionssrc/router/index.ts
- src/stores/users.ts 1 addition, 0 deletionssrc/stores/users.ts
- src/types/vue-matomo.d.ts 1 addition, 0 deletionssrc/types/vue-matomo.d.ts
- src/views/ImprintView.vue 8 additions, 0 deletionssrc/views/ImprintView.vue
- src/views/PrivacyPolicyView.vue 8 additions, 0 deletionssrc/views/PrivacyPolicyView.vue
- src/views/TermsOfUsageView.vue 8 additions, 0 deletionssrc/views/TermsOfUsageView.vue
This diff is collapsed.
... | ... | @@ -34,6 +34,7 @@ |
"showdown": "~2.1.0", | ||
"sortablejs": "^1.15.2", | ||
"vue": "~3.4.0", | ||
"vue-matomo": "^4.2.0", | ||
"vue-router": "~4.2.0", | ||
"vue3-cookies": "~1.0.0" | ||
}, | ||
... | ... |
src/types/vue-matomo.d.ts
0 → 100644
src/views/ImprintView.vue
0 → 100644
src/views/PrivacyPolicyView.vue
0 → 100644
src/views/TermsOfUsageView.vue
0 → 100644
Please register or sign in to comment