{"id":21599482,"url":"https://github.com/abichinger/vue-js-cron","last_synced_at":"2025-04-06T12:10:38.067Z","repository":{"id":45606390,"uuid":"427734589","full_name":"abichinger/vue-js-cron","owner":"abichinger","description":"Renderless Vue.js cron editor","archived":false,"fork":false,"pushed_at":"2024-06-30T12:03:12.000Z","size":22717,"stargazers_count":73,"open_issues_count":8,"forks_count":23,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-16T01:05:22.820Z","etag":null,"topics":["antd","cron","cron-expression","element-plus","quasar-framework","renderless-components","vue","vue3","vuetify"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/abichinger.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":"2021-11-13T17:50:46.000Z","updated_at":"2024-10-14T15:37:23.000Z","dependencies_parsed_at":"2023-02-12T09:46:09.158Z","dependency_job_id":"a7b95ee7-eec2-48b8-9a0f-5264d7299f70","html_url":"https://github.com/abichinger/vue-js-cron","commit_stats":null,"previous_names":[],"tags_count":178,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fvue-js-cron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fvue-js-cron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fvue-js-cron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fvue-js-cron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abichinger","download_url":"https://codeload.github.com/abichinger/vue-js-cron/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247202546,"owners_count":20900799,"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":["antd","cron","cron-expression","element-plus","quasar-framework","renderless-components","vue","vue3","vuetify"],"created_at":"2024-11-24T18:15:29.479Z","updated_at":"2025-04-06T12:10:38.046Z","avatar_url":"https://github.com/abichinger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-js-cron \n[![npm latest version](https://img.shields.io/npm/v/@vue-js-cron/core)](https://www.npmjs.com/package/@vue-js-cron/core)\n[![VuePress](https://img.shields.io/badge/docs-VuePress-3AA675)](https://abichinger.github.io/vue-js-cron)\n[![Test badge](https://github.com/abichinger/vue-js-cron/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/abichinger/vue-js-cron/actions?query=workflow%3ATest+branch%3Amain)\n[![Downloads](https://img.shields.io/npm/dm/@vue-js-cron/core)](https://www.npmjs.com/package/@vue-js-cron/core)\n[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/abichinger/vue-js-cron/blob/main/LICENSE)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./assets/vue-js-cron-hero.png\" alt=\"vue-js-cron Hero\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003egenerate cron expressions using Vue.js\u003c/em\u003e\n\u003c/p\u003e\n\n# Getting Started\n\nVue v3: [documentation](https://abichinger.github.io/vue-js-cron)\n\nVue v2: [documentation](https://abichinger.github.io/vue-js-cron/vue2)\n\n# Packages\n\nThis monorepo includes the following packages:\n\n- core - a renderless Vue.js component to generate cron expressions.\n- light - a lightweight cron editor without external dependencies\n- vuetify - Vuetify component to edit cron expressions.\n- element-plus - Element Plus component\n- ant - Ant Design Vue component\n- quasar - Quasar component\n- docs - Vue.js Cron documentation powered by [VuePress](https://v2.vuepress.vuejs.org/)\n\n# Contributing and Development\n\nPlease have a look at [CONTRIBUTING.md](/CONTRIBUTING.md)\n\n- [Contributing](/CONTRIBUTING.md#contributing)\n  - [Setup Development Environment](/CONTRIBUTING.md#setup-development-environment)\n  - [Add new localization](/CONTRIBUTING.md#add-new-localization)\n  - [Add a new UI Framework](/CONTRIBUTING.md#add-a-new-ui-framework)\n\n## Contributors\n\u003ca href=\"https://github.com/abichinger/vue-js-cron/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=abichinger/vue-js-cron\" /\u003e\n\u003c/a\u003e\n\n## Attribution\n\nThis component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)\n\n### Articles\n\n[Renderless Components in Vue.js](https://adamwathan.me/renderless-components-in-vuejs/) by Adam Wathan\n\u003cbr /\u003e\n[Composition API v Renderless Components](https://dev.to/thomasferro/composition-api-v-renderless-components-let-s-use-vue-3-s-features-to-clean-our-components-n25) by Thomas Ferro","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabichinger%2Fvue-js-cron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabichinger%2Fvue-js-cron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabichinger%2Fvue-js-cron/lists"}