{"id":24537458,"url":"https://github.com/paraself/vue-noti","last_synced_at":"2025-07-08T05:07:13.221Z","repository":{"id":75575190,"uuid":"185780839","full_name":"paraself/vue-noti","owner":"paraself","description":"A Vue Notification plugin which fallback to web notification api when page visibility is off.","archived":false,"fork":false,"pushed_at":"2020-05-08T07:49:02.000Z","size":327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-28T03:50:38.100Z","etag":null,"topics":["notification","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paraself.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-09T10:50:21.000Z","updated_at":"2020-05-08T07:48:45.000Z","dependencies_parsed_at":"2023-04-23T05:14:20.836Z","dependency_job_id":null,"html_url":"https://github.com/paraself/vue-noti","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/paraself/vue-noti","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraself%2Fvue-noti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraself%2Fvue-noti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraself%2Fvue-noti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraself%2Fvue-noti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paraself","download_url":"https://codeload.github.com/paraself/vue-noti/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paraself%2Fvue-noti/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261056860,"owners_count":23103531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notification","vue"],"created_at":"2025-01-22T14:12:45.561Z","updated_at":"2025-06-21T03:33:55.442Z","avatar_url":"https://github.com/paraself.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-noti\nA Vue Notification plugin which fallback to web notification api when page visibility is off.\n\n**install**\n\n```npm i vue-noti```\n\nMake sure you have both ``vue`` and ``vue-notification`` as peer dependencies.\n\nInit both ``vue-notification`` and ``vue-noti``\n\n``` javascript\n  import Vue from 'vue'\n  import Notifications from 'vue-notification'\n  import VueNoti from 'vue-noti'\n  Vue.use(Notifications)\n  Vue.use(VueNoti)\n```\n\nIn App.vue:\n\n```\n\u003cnotifications group=\"foo\" /\u003e\n```\n\nHead to [vue-notification](https://www.npmjs.com/package/vue-notification) for a detailed documentation on how to config the notification component.\n\n**Usage**\n\nIn any of you vue script file, \n\n```javascript\nthis.$noti({\n  group: 'foo',\n  title: 'Important message',\n  text: 'Hello user! This is a notification!'\n})\n```\n\nYou can sue ```Vue.notify``` as well.\n\n**Test**\n\nTo run the example, you have make sure  ```@vue/cli-service-global``` is installed globally. If you don't know how to do it, refer to [Vue Instant Prototyping](https://cli.vuejs.org/guide/prototyping.html) to see how to config the environment.\n\nThen just run ```npm run test``` to make the example working.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaself%2Fvue-noti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparaself%2Fvue-noti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparaself%2Fvue-noti/lists"}