{"id":22490320,"url":"https://github.com/lucasvallejodev/vue-notifications","last_synced_at":"2025-08-02T22:32:54.637Z","repository":{"id":186073183,"uuid":"570742324","full_name":"lucasvallejodev/vue-notifications","owner":"lucasvallejodev","description":"🚀 Simple notifications implementation in Vue.js 3 and Tailwind","archived":false,"fork":false,"pushed_at":"2022-11-26T10:07:29.000Z","size":128,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-30T12:22:40.442Z","etag":null,"topics":["composition-api","tailwind","tailwindcss","vue3"],"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/lucasvallejodev.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}},"created_at":"2022-11-26T01:30:34.000Z","updated_at":"2024-01-02T04:29:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf95c929-40ac-40aa-81a5-0a6599100904","html_url":"https://github.com/lucasvallejodev/vue-notifications","commit_stats":null,"previous_names":["lucasvallejo1992/vue-notifications","lucasvallejodev/vue-notifications"],"tags_count":null,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasvallejodev%2Fvue-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasvallejodev%2Fvue-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasvallejodev%2Fvue-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasvallejodev%2Fvue-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasvallejodev","download_url":"https://codeload.github.com/lucasvallejodev/vue-notifications/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228501074,"owners_count":17930187,"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":["composition-api","tailwind","tailwindcss","vue3"],"created_at":"2024-12-06T17:22:03.229Z","updated_at":"2024-12-06T17:24:48.141Z","avatar_url":"https://github.com/lucasvallejodev.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# Vue.js Simple Notifications\n\n![Vue.js Simple Notifications](https://raw.githubusercontent.com/lucasvallejo1992/vue-notifications/2452d98c2661c7b9a4189b73e62046dbd4dcd22d/docs/simple-notification.png)\n\n🎉 Vue.js Simple Notifications allows you to add extra simple notifications to your app with ease.\n\n## Installation\n\n### Project Setup\n```sh\nnpm install\n```\n\n### Compile and test it\n```sh\nnpm run dev\n```\n\nIf you want to use the component on your own project you'll need to use vue 3 and install the following libraries:\n\n### First you need to install tailwind and set it up\n```sh\nnpm install -D tailwindcss postcss autoprefixer\nnpx tailwindcss init -p\n```\n\n### Configure your tailwind template paths\n```\n/**  @type  {import('tailwindcss').Config}  */\nmodule.exports  = {\n  content: [\n    \"./src/**/*.{js,ts,vue}\",\n  ],\n  theme: {\n    extend: {},\n  },\n  plugins: [],\n}\n```\n\n### Install uuid to manage unique identifiers\n```sh\nnpm install uuid\n```\n\n### You are ready to go! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasvallejodev%2Fvue-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasvallejodev%2Fvue-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasvallejodev%2Fvue-notifications/lists"}