{"id":19146701,"url":"https://github.com/hanhdt/vue-webble","last_synced_at":"2025-08-13T02:34:34.520Z","repository":{"id":38403465,"uuid":"165359903","full_name":"hanhdt/vue-webble","owner":"hanhdt","description":"Web Bluetooth LE UI component for Vue.js","archived":false,"fork":false,"pushed_at":"2023-04-30T05:48:44.000Z","size":1920,"stargazers_count":9,"open_issues_count":26,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T02:04:37.330Z","etag":null,"topics":["bluetooth-low-energy","frontend-app","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hanhdt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-12T07:27:45.000Z","updated_at":"2025-02-19T05:56:41.000Z","dependencies_parsed_at":"2024-11-09T07:48:18.020Z","dependency_job_id":"d8d0f359-47aa-4110-b490-869465e892bc","html_url":"https://github.com/hanhdt/vue-webble","commit_stats":{"total_commits":85,"total_committers":3,"mean_commits":"28.333333333333332","dds":0.4117647058823529,"last_synced_commit":"59ec2ac9d807e589936bfee3ab281da58e8bcde5"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanhdt%2Fvue-webble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanhdt%2Fvue-webble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanhdt%2Fvue-webble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hanhdt%2Fvue-webble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hanhdt","download_url":"https://codeload.github.com/hanhdt/vue-webble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252798852,"owners_count":21805886,"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":["bluetooth-low-energy","frontend-app","vuejs"],"created_at":"2024-11-09T07:47:47.152Z","updated_at":"2025-05-07T02:04:41.969Z","avatar_url":"https://github.com/hanhdt.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-webble\n\nWeb Bluetooth LE UI plugin for Vue.js\n\n## [Demo page](/sample)\n\n![vue webble no devices](/sample/src/assets/webble-no-devices.png)\n\n![vue webble list](/sample/src/assets/webble-devices-list.png)\n\n![vue webble connected list](/sample/src/assets/webble-device-info.png)\n\n## Features\n\n- Manage Web Bluetooth LE devices reactively\n- Simple, clean and responsive UI component can be integrated to Web app\n\n## Installation\n\nFor NPM\n\n```Shell\n  $npm install --save vue-webble\n```\n\nOr from YARN\n\n```Shell\n  $yarn add vue-webble\n```\n\n## Mount Component\n\nin your component, import the package as a child component.\n\n```Javascript\nimport VueWebble from \"vue-webble\";\n\nexport default {\n  // ...\n  components: {\n    VueWebble\n  }\n};\n```\n\n## Component Usages\n\nAdd VueWebble into your single component file\n\n```Javascript\n\u003ctemplate\u003e\n  \u003c!-- ... --\u003e\n  \u003cVueWebble\n    filter-type=\"all\"\n    :services=\"[\n      'alert_notification'\n    ]\"\n    @scanned-devices=\"handleScannedDevices\"\n    @connected-devices=\"handleConnectedDevices\"\n  /\u003e\n  \u003c!-- ... --\u003e\n\u003c/template\u003e\n```\n\n## Binding events\n\nThe `\u003cVueWebble/\u003e` element emits several events which you can use to observe and respond to changes in component state.\n\n- `@scanned-devices` is fired when BLE scanning is enabled and user accepts to pair to the particular device.\n- `@connected-devices` is fired when one device is connected from scanned devices list.\n\n## Contributing\n\nIf you're interested in contributing to Vue-Webble or share your opinions, please consider to submitting a [**pull request**](https://github.com/hanhdt/vue-webble/pulls) or post [**issues**](https://github.com/hanhdt/vue-webble/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanhdt%2Fvue-webble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhanhdt%2Fvue-webble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhanhdt%2Fvue-webble/lists"}