Skip to content

Commit 8042114

Browse files
committed
docs: update READMEs
1 parent b8ff553 commit 8042114

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Vue.js Cron
22

3-
generate cron expressions using Vue.js
3+
**generate cron expressions using Vue.js**
44

5-
![Vue.js Cron Hero](./vue-js-cron-hero.png)
6-
7-
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)
5+
![Vue.js Cron Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/main/assets/cron-light-hero.png)
86

97
# Getting Started
108

@@ -41,4 +39,8 @@ yarn test
4139
## Build
4240
```
4341
yarn build
44-
```
42+
```
43+
44+
## Attribution
45+
46+
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)

assets/cron-light-hero.png

13.5 KB
Loading

assets/cron-vuetify-hero.png

16.2 KB
Loading

core/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Vue.js Cron Core
22

3-
A renderless Vue.js cron editor.
3+
**Renderless Vue.js cron editor**
44

5-
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)
5+
![Vue.js Cron Core Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/main/assets/cron-light-hero.png)
66

77
## Usage
88

9-
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-renderless](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-renderless)
9+
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-renderless](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-renderless)
10+
11+
## Attribution
12+
13+
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)

light/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Vue.js Cron Vuetify
1+
# Vue.js Cron Light
22

3-
lightweight vue.js cron editor
3+
**lightweight vue.js cron editor**
44

5-
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)
5+
![Vue.js Cron Core Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/main/assets/cron-light-hero.png)
66

77
## Usage
88

9-
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-cronlight](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-vuetify)
9+
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-cronlight](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-vuetify)
10+
11+
## Attribution
12+
13+
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)

vue-js-cron-hero.png

-11.1 KB
Binary file not shown.

vuetify/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Vue.js Cron Vuetify
22

3-
Cron editor for vuetify
3+
**Cron editor for vuetify**
44

5-
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)
5+
![Vue.js Cron Vuetify Hero](https://raw.githubusercontent.com/abichinger/vue-js-cron/main/assets/cron-vuetify-hero.png)
66

77
## Usage
88

9-
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-cronvuetify](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-vuetify)
9+
**Demo** and **getting started guide** at [https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-cronvuetify](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#quick-start-vuetify)
10+
11+
## Attribution
12+
13+
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)

0 commit comments

Comments
 (0)