{"id":21196368,"url":"https://github.com/davigmacode/hivemind-widget","last_synced_at":"2025-07-10T05:30:36.414Z","repository":{"id":67807969,"uuid":"105620269","full_name":"davigmacode/hivemind-widget","owner":"davigmacode","description":"Hivemind widget component using vue js","archived":false,"fork":false,"pushed_at":"2018-06-28T06:37:43.000Z","size":1828,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T10:51:12.571Z","etag":null,"topics":["component","hivemind","rollup","vuejs2","web-component","widget"],"latest_commit_sha":null,"homepage":"https://davigmacode.github.io/hivemind-widget","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/davigmacode.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":"2017-10-03T06:19:12.000Z","updated_at":"2020-02-14T09:58:05.000Z","dependencies_parsed_at":"2023-02-27T23:00:49.945Z","dependency_job_id":null,"html_url":"https://github.com/davigmacode/hivemind-widget","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/davigmacode/hivemind-widget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fhivemind-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fhivemind-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fhivemind-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fhivemind-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davigmacode","download_url":"https://codeload.github.com/davigmacode/hivemind-widget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fhivemind-widget/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264535988,"owners_count":23624404,"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":["component","hivemind","rollup","vuejs2","web-component","widget"],"created_at":"2024-11-20T19:35:51.868Z","updated_at":"2025-07-10T05:30:36.410Z","avatar_url":"https://github.com/davigmacode.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hivemind Widget\n\nExample using Rollup to bundle one or many Vue.js components into a single .js file that **can be used in any HTML/JS application.**\n\nRefer to [this post on vuetips.com](http://vuetips.com/vue-web-components) for more information.\n\n```html\n\u003chtml\u003e\n  \u003cbody\u003e\n\n    ...\n\n    \u003cmy-vue-component/\u003e\n    \u003c!-- you can add many instances of the component in the same page --\u003e\n    \u003cmy-vue-component/\u003e\n\n    \u003cscript src=\"my-vue-component.js\"\u003e\u003c/script\u003e\n\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\n## How it works\n\nComponents are registered in `src/main.js`.\n\nComponent code is in `src/components/ComponentName.vue`.\n\nTo add a component :\n\n- Add a `.vue` file in `src/components`\n- Register the component in `src/main.js`\n\n## Development\n\nTo test your components :\n\n- Launch rollup : `npm run dev` (watch mode)\n- Open `demo/index.html` in a browser\n- Edit `src/main.js` or your component file\n- Refresh the page\n\n## Bundle a release\n\n```\nnpm run build\n```\n\nFile will be placed in `dist/my-vue-component.js`.\n\nRefer to `rollup.config.js` for customization options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavigmacode%2Fhivemind-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavigmacode%2Fhivemind-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavigmacode%2Fhivemind-widget/lists"}