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: packages/vue-vuetify/README.md
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,32 @@ _Complex Forms in the blink of an eye_
4
4
5
5
JSON Forms eliminates the tedious task of writing fully-featured forms by hand by leveraging the capabilities of JSON, JSON Schema and Javascript.
6
6
7
-
## Vue 2 Vuetify Renderers
7
+
## Vue Vuetify Renderers
8
8
9
-
This is the JSON Forms Vue 2 Vuetify renderers package which provides a Vuetify based renderer set for [JSON Forms Vue 2](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue2/vue2).
9
+
This is the JSON Forms Vue Vuetify renderers package which provides a Vuetify based renderer set for [JSON Forms Vue](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue).
10
10
11
11
### Quick start
12
12
13
-
Install JSON Forms Core, Vue 2 and Vue 2 Vuetify Renderers.
13
+
Install JSON Forms Core, Vue 3 and Vue 3 Vuetify Renderers.
14
14
15
15
```bash
16
-
npm i --save @jsonforms/core @jsonforms/vue2 @jsonforms/vue2-vuetify
16
+
npm i --save @jsonforms/core @jsonforms/vue @jsonforms/vue-vuetify
17
17
```
18
18
19
19
Also add the packages to the transpile dependencies in the `vue.config.js` file:
As JSON Forms uses the Composition API you need to use at least Vue 2.7.
75
+
If note done yet, please [install Vuetify for Vue](https://vuetifyjs.com/en/getting-started/installation/).
76
76
77
-
If note done yet, please [install Vuetify for Vue 2](https://vuetifyjs.com/en/getting-started/installation/).
78
-
79
-
For more information on how JSON Forms can be configured, please see the [README of `@jsonforms/vue2`](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue2/vue2/README.md).
77
+
For more information on how JSON Forms can be configured, please see the [README of `@jsonforms/vue`](https://github.com/eclipsesource/jsonforms/blob/master/packages/vue/vue/README.md).
0 commit comments