VueCronEditor vue cron is a component library built with Vue allowing easier editing of cron expressions.
vue cron editor, vue cron generator, vue crontab example, cron editor javascript
Drag-n-Drop Subscription Email Editor Component for Angular
How to make use of it:
Install and download:
# NPM $ npm install vue-cron-editor-buefy --save
1. Installation and import.
import VueCronEditorBuefy from 'vue-cron-editor-buefy';
2. Insert the atom editor into your template.
<template> <v-app> <v-content> <VueCronEditorBuefy v-model="cronExpression"/> {{cronExpression}} </v-content> </v-app> </template>
3. Register the component.
export default { name: 'App', components: { VueCronEditorBuefy }, data: () => ({ cronExpression: "*/1 * * * *" }), };
Vue Easy Cron Editor Plugin/Github
See Demo And Download
Official Website(karoletrych): Click Here
This superior jQuery/javascript plugin is developed by karoletrych. For extra Advanced usage, please go to the official website.