You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Usage
8
8
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#renderless](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#renderless)
Copy file name to clipboardExpand all lines: docs/src/guide/getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
The fastest way to get started, is to install one of the prebuilt components.
4
4
For now `vue-js-cron` provides the following prebuilt components:
5
-
-[CronLight](#quick-start-cronlight) - a lightweight cron editor without external dependencies
6
-
-[CronVuetify](#quick-start-cronvuetify) - a cron editor for [Vuetify.js](/guide/getting-started.html#quick-start-vuetify).
5
+
-[CronLight](#cronlight) - a lightweight cron editor without external dependencies
6
+
-[CronVuetify](#cronvuetify) - a cron editor for [Vuetify.js](/guide/getting-started.html#vuetify).
7
7
8
-
If you would like to use a different UI framework, follow the quick start guide on how to use the [renderless component](#quick-start-renderless).
8
+
If you would like to use a different UI framework, follow the quick start guide on how to use the [renderless component](#renderless).
9
9
10
-
## Quick Start - CronLight
10
+
## CronLight
11
11
12
12
#### Installation
13
13
@@ -48,7 +48,7 @@ Now you can use the component `CronLight`.
48
48
49
49
-[CronLight](../api/light)
50
50
51
-
## Quick Start - CronVuetify
51
+
## CronVuetify
52
52
53
53
#### Installation
54
54
@@ -89,7 +89,7 @@ Now you can use the component `CronVuetify`.
89
89
90
90
-[CronVuetify](../api/vuetify)
91
91
92
-
## Quick Start - Renderless
92
+
## Renderless
93
93
94
94
This guide will explain how to use the renderless component of vue-js-cron.
95
95
In this example [Vuetify](https://vuetifyjs.com/en/) will be used to render the component, but you should be able to follow along using any UI framework.
Copy file name to clipboardExpand all lines: light/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Usage
8
8
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#cronlight](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#cronlight)
Copy file name to clipboardExpand all lines: vuetify/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Usage
8
8
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#cronvuetify](https://abichinger.github.io/vue-js-cron/guide/getting-started.html#cronvuetify)
0 commit comments