File tree Expand file tree Collapse file tree 2 files changed +41
-22
lines changed Expand file tree Collapse file tree 2 files changed +41
-22
lines changed Original file line number Diff line number Diff line change 1+ # Vue.js Cron
2+
3+ generate cron expressions using Vue.js
4+
5+ This component is inspired by [ react-js-cron] ( https://github.com/xrutayisire/react-js-cron ) and [ jqcron] ( https://github.com/arnapou/jqcron )
6+
7+ # Getting Started
8+
9+ Read the [ docs] ( https://abichinger.github.com/vue-js-cron/ )
10+
11+ # Packages
12+
13+ This monorepo includes the following packages:
14+
15+ - core - a renderless Vue.js component to generate cron expressions.
16+ - vuetify - Vuetify component to edit cron expressions.
17+ - docs - Vue.js Cron documentation with [ VuePress] ( https://vuepress.vuejs.org/ )
18+
19+ # Development
20+
21+ ## Install dependencies
22+ ```
23+ yarn install
24+ ```
25+
26+ ## Run development server
27+ ```
28+ yarn dev-core
29+ yarn dev-vuetify
30+ yarn dev-docs
31+ ```
32+
33+ ## Test
34+ ```
35+ yarn test
36+ ```
37+
38+ ## Build
39+ ```
40+ yarn build
41+ ```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments