Skip to content

abichinger/vue-js-cron

Repository files navigation

Vue.js Cron

generate cron expressions using Vue.js

Vue.js Cron Hero

Getting Started

Read the docs

Packages

This monorepo includes the following packages:

  • core - a renderless Vue.js component to generate cron expressions.
  • light - a lightweight cron editor without external dependencies
  • vuetify - Vuetify component to edit cron expressions.
  • docs - Vue.js Cron documentation with VuePress

Development

Install dependencies

yarn install

Run development server

yarn dev-core
yarn dev-vuetify
yarn dev-docs

Test

yarn test

Build

yarn build

Attribution

This component is inspired by react-js-cron and jqcron