File tree Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Expand file tree Collapse file tree 1 file changed +47
-1
lines changed Original file line number Diff line number Diff line change 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
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/ ) .
6
+ - [ cron-vuetify] ( #vuetify ) - a cron editor for [ Vuetify.js] ( https://next.vuetifyjs.com/en/ )
7
7
- [ cron-element-plus] ( #element-plus ) - cron editor for [ Element Plus] ( https://element-plus.org/en-US/ )
8
+ - [ cron-ant] ( #ant ) - a cron editor for [ Ant Design Vue] ( https://antdv.com/ )
9
+ - [ cron-quasar] ( #quasar ) - a cron editor for [ Quasar] ( https://quasar.dev/ )
8
10
9
11
If you would like to use a different UI framework, follow the quick start guide on how to use the [ renderless component] ( #renderless ) .
10
12
@@ -177,6 +179,50 @@ Now you can use the `cron-ant` component.
177
179
178
180
- [ cron-ant] ( ../api/ant )
179
181
182
+ ## Quasar
183
+
184
+ ### Requirements
185
+
186
+ - [ Quasar] ( https://quasar.dev/start )
187
+
188
+ ### Installation
189
+
190
+ Open up a terminal and run the following command:
191
+
192
+ ``` bash
193
+ yarn add @vue-js-cron/quasar@latest
194
+ ```
195
+ or
196
+
197
+ ``` bash
198
+ npm install @vue-js-cron/quasar@latest
199
+ ```
200
+
201
+ Then you need to register ` @vue-js-cron/quasar ` with ` app.use() `
202
+
203
+ ``` js
204
+ import cronQuasar from ' @vue-js-cron/quasar'
205
+ app .use (cronQuasar)
206
+ ```
207
+
208
+ Now you can use the ` cron-quasar ` component.
209
+
210
+ <br />
211
+
212
+ <!--
213
+ ### Example
214
+
215
+ @[code](../.vuepress/components/get-started-ant.vue)
216
+
217
+ **Result:**
218
+ <get-started-ant />
219
+
220
+ ### API
221
+
222
+ - [cron-ant](../api/ant)
223
+
224
+ -->
225
+
180
226
## Renderless
181
227
182
228
This guide will explain how to use the renderless component of vue-js-cron.
You can’t perform that action at this time.
0 commit comments