{"id":22134136,"url":"https://github.com/0xdv/vue-timeline-component","last_synced_at":"2025-07-25T20:31:56.918Z","repository":{"id":39187168,"uuid":"249192032","full_name":"0xdv/vue-timeline-component","owner":"0xdv","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-04T07:27:44.000Z","size":1062,"stargazers_count":25,"open_issues_count":27,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T18:15:09.232Z","etag":null,"topics":["d3","dataviz","timeline","vue","vue-component"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/0xdv.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}},"created_at":"2020-03-22T13:43:29.000Z","updated_at":"2024-08-06T08:18:58.000Z","dependencies_parsed_at":"2024-01-17T01:35:51.380Z","dependency_job_id":"2b1ec931-c537-4395-bb4f-4c03108d9fa1","html_url":"https://github.com/0xdv/vue-timeline-component","commit_stats":{"total_commits":17,"total_committers":2,"mean_commits":8.5,"dds":0.05882352941176472,"last_synced_commit":"3db2e63937205e9735ff5d74ecf7a9ee7602cbf8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdv%2Fvue-timeline-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdv%2Fvue-timeline-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdv%2Fvue-timeline-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdv%2Fvue-timeline-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xdv","download_url":"https://codeload.github.com/0xdv/vue-timeline-component/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227512955,"owners_count":17782632,"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":["d3","dataviz","timeline","vue","vue-component"],"created_at":"2024-12-01T19:09:36.249Z","updated_at":"2024-12-01T19:09:36.926Z","avatar_url":"https://github.com/0xdv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-timeline-component\n\n[![npm package](https://img.shields.io/npm/v/vue-timeline-component.svg)](https://www.npmjs.org/package/vue-timeline-component)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/0xdv/vue-timeline-component/blob/master/LICENSE)\n\n## [Demo](https://0xdv.github.io/vue-timeline-component/index.html)\n\n## Install\n\n```js\nnpm install vue-timeline-component\n```\nor\n```html\n\u003cscript src=\"https://unpkg.com/vue-timeline-component\"\u003e\u003c/script\u003e\n```\n\n## Usage\n\n```html\n\u003ctemplate\u003e\n  \u003cdiv id=\"app\"\u003e\n    \u003cvue-timeline :data=\"events\"\u003e\u003c/vue-timeline\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\n```js\n\u003cscript\u003e\nimport VueTimeline from \"vue-timeline-component\"\n\nexport default {\n  name: 'App',\n  components: {\n    VueTimeline\n  },\n  data() {\n    return {\n      events: [{\n          name: \"event 1\",\n          start: new Date(2020, 1,1),\n          end: new Date(2020, 1,4),\n      },{\n          name: \"event 2\",\n          start: new Date(2020, 1,2),\n          end: new Date(2020, 1,5),\n      },{\n          name: \"event 3\",\n          start: new Date(2020, 1,3),\n          end: new Date(2020, 1,10),\n      }]\n    }\n  },\n}\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdv%2Fvue-timeline-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdv%2Fvue-timeline-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdv%2Fvue-timeline-component/lists"}