0.0.10 • Published 3 years ago

@baldeepsinghkwatra/v-cron v0.0.10

Weekly downloads
33
License
-
Repository
-
Last release
3 years ago

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
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago