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] ( #cronlight ) - a lightweight cron editor without external dependencies
6
- - [ CronVuetify] ( #cronvuetify ) - a cron editor for [ Vuetify.js] ( https://next.vuetifyjs.com/en/ ) .
5
+ - [ cron-light] ( #light ) - a lightweight cron editor without external dependencies
6
+ - [ cron-vuetify] ( #vuetify ) - a cron editor for [ Vuetify.js] ( https://next.vuetifyjs.com/en/ ) .
7
+ - [ cron-element-plus] ( #element-plus ) - cron editor for [ Element Plus] ( https://element-plus.org/en-US/ )
7
8
8
9
If you would like to use a different UI framework, follow the quick start guide on how to use the [ renderless component] ( #renderless ) .
9
10
22
23
npm install @vue-js-cron/light@next
23
24
```
24
25
25
- ### Usage
26
-
27
26
Then you need to register ` vue-js-cron/light ` with ` app.use() `
28
27
29
28
``` js
@@ -44,7 +43,7 @@ Now you can use the `cron-light` component.
44
43
** Result:**
45
44
<get-started-light />
46
45
47
- #### API
46
+ ### API
48
47
49
48
- [ cron-light] ( ../api/light )
50
49
66
65
``` bash
67
66
npm install @vue-js-cron/vuetify@next
68
67
```
69
- ### Usage
70
68
71
69
Then you need to register ` vue-js-cron/vuetify ` with ` app.use() `
72
70
@@ -88,7 +86,7 @@ Now you can use the `cron-vuetify` component.
88
86
<get-started-vuetify />
89
87
90
88
91
- #### API
89
+ ### API
92
90
93
91
- [ cron-vuetify] ( ../api/vuetify )
94
92
110
108
``` bash
111
109
npm install @vue-js-cron/element-plus@next
112
110
```
113
- ### Usage
114
111
115
112
Then you need to register ` @vue-js-cron/element-plus ` with ` app.use() `
116
113
@@ -132,6 +129,9 @@ Now you can use the `cron-element-plus` component.
132
129
** Result:**
133
130
<get-started-element />
134
131
132
+ ### API
133
+
134
+ - [ cron-element-plus] ( ../api/element-plus )
135
135
136
136
## Renderless
137
137
151
151
npm install @vue-js-cron/core@next
152
152
```
153
153
154
- ### Usage
155
-
156
154
Then you need to register ` vue-js-cron/core ` with ` Vue.app() `
157
155
158
156
``` js
0 commit comments