{"id":16264787,"url":"https://github.com/thombruce/vue-timepiece","last_synced_at":"2026-01-17T06:54:38.024Z","repository":{"id":57166348,"uuid":"369835537","full_name":"thombruce/vue-timepiece","owner":"thombruce","description":"Digital and analog clock component library for Vue.js","archived":false,"fork":false,"pushed_at":"2021-06-07T07:50:37.000Z","size":13,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-23T01:23:09.109Z","etag":null,"topics":["analog-clock","countdown","digital-clock","nuxt","nuxt-module","timer","vue","vue-components","vue-timepiece"],"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/thombruce.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}},"created_at":"2021-05-22T14:58:04.000Z","updated_at":"2021-06-07T07:50:37.000Z","dependencies_parsed_at":"2022-08-24T12:50:47.073Z","dependency_job_id":null,"html_url":"https://github.com/thombruce/vue-timepiece","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thombruce%2Fvue-timepiece","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thombruce%2Fvue-timepiece/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thombruce%2Fvue-timepiece/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thombruce%2Fvue-timepiece/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thombruce","download_url":"https://codeload.github.com/thombruce/vue-timepiece/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246827758,"owners_count":20840464,"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":["analog-clock","countdown","digital-clock","nuxt","nuxt-module","timer","vue","vue-components","vue-timepiece"],"created_at":"2024-10-10T17:02:49.275Z","updated_at":"2026-01-17T06:54:38.013Z","avatar_url":"https://github.com/thombruce.png","language":"Vue","funding_links":["https://www.patreon.com/thombruce"],"categories":[],"sub_categories":[],"readme":"\u003ch1 id=\"vue-timepiece\" align=\"center\"\u003eVue Timepiece\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://www.patreon.com/thombruce\"\u003e\u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button.png\" alt=\"Become a Patron\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/thombruce/vue-timepiece/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues-raw/thombruce/vue-timepiece?logo=github\" alt=\"GitHub issues\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg\" alt=\"License\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eDigital and analog clock component library for Vue.js.\u003c/p\u003e\n\n## Installation\n\n```sh\n# With Yarn\nyarn add @thombruce/vue-timepiece\n# With npm\nnpm install @thombruce/vue-timepiece --save\n```\n\n### If you're using Nuxt\n\nAdd `vue-timepiece/nuxt` to `buildModules` in `nuxt.config.js`:\n\n```js\n  buildModules: [\n    // ...\n    \"@thombruce/vue-timepiece/nuxt\",\n    // ...\n  ],\n```\n\nThis will make all of Vue Timepiece's components available globally, so that you can use them without having to first `import` them.\n\n## Usage\n\n### Analog Clock\n\n```vue\n\u003ctemplate\u003e\n\u003ctimepiece-analog\u003e\u003c/timepiece-analog\u003e\n\u003c/template\u003e\n```\n\n### Digital Clock\n\n```vue\n\u003ctemplate\u003e\n\u003ctimepiece-digital\u003e\u003c/timepiece-digital\u003e\n\u003c/template\u003e\n```\n\n### Timer\n\n```vue\n\u003ctemplate\u003e\n\u003ctimepiece-timer :date='2000-01-01'\u003e\u003c/timepiece-timer\u003e\n\u003c/template\u003e\n```\n\n### Countdown\n\n```vue\n\u003ctemplate\u003e\n\u003ctimepiece-countdown :date='2050-01-01'\u003e\u003c/timepiece-countdown\u003e\n\u003c/template\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthombruce%2Fvue-timepiece","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthombruce%2Fvue-timepiece","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthombruce%2Fvue-timepiece/lists"}