Skip to content

Commit 2a5920c

Browse files
committed
docs: add README
1 parent 1de30a5 commit 2a5920c

File tree

2 files changed

+41
-22
lines changed

2 files changed

+41
-22
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
```

core/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)