UNPKG

@baldeepsinghkwatra/v-cron

Version:

A nice plugin to add cron builder component to your application 🎨

41 lines (25 loc) • 786 B
# vcron This vue component built on top of vuetify 2.0 caters to the need of cron expression builder. Its a kind of advanced UI input that builds a cron expression. When user clicks on the input the popover menu is displayed. Please follow the below instructions for easily setting up. ## Importing the plugin in main.js ``` import VCron from '@baldeepsinghkwatra/v-cron' Vue.use(VCron); ``` ## Importing styles in App.vue ``` @import "../node_modules/@baldeepsinghkwatra/v-cron/dist/vcron.css"; ``` ## Using the cron input ``` <v-cron v-model="cronExpression" /> ``` ### Contributing & Support Please feel free to get in touch with me at https://baldeep.xyz ### Create Build Bundle ``` npm run build-bundle ``` ### Deploying to NPM ``` npm publish --access public ```