Skip to content

Commit 923a943

Browse files
committed
docs: update demo app in README
1 parent 67e94d1 commit 923a943

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VUE FORM BUILDER
22

3-
`VueFormBuilder` is a Vue3 plugin that automatically generates beautiful forms
3+
`VueFormBuilder` is a Vue plugin that automatically generates beautiful forms
44
from declarative rules.
55

66
1. [Features](#features)
@@ -31,22 +31,30 @@ from declarative rules.
3131
- aliases for reusing common rules
3232
- can prefill the form with given model
3333
- can set default field values (useful in form reset)
34-
- support for UI frameworks (Vuetify, Primevue, and more)
34+
- support for UI frameworks (Vuetify, Primevue, BootstrapVue, and more)
3535
- shows error messages (compatible with Laravel API)
3636
- shows success messages
3737
- validates fields when user enters input
3838
- validates form upon submission
3939
- user-defined validation rules
4040
- custom Vue components
41+
- support for Vue2 and Vue3
4142

4243
## DEMO
4344

44-
A demo app is available:
45+
A demo app for `Vue3` is available in the GitHub Pages of this package:
46+
[uwla.github.io/vue-form-builder/demo](https://uwla.github.io/vue-form-builder/demo).
47+
48+
There is also another demo, but for `Vue2`, available on CodeSandbox:
4549

4650
- [live demo](https://4rxmw4.csb.app/)
4751
- [live demo and code](https://codesandbox.io/s/vue-form-builder-demo-4rxmw4)
4852
- [code](https://github.com/uwla/vue-form-builder-demo)
4953

54+
The demo for `Vue2` (built with an earlier version of this plugin) can also be
55+
replicated in `Vue3` with the latest versions of this plugin. So, both demos are
56+
worth playing with.
57+
5058
## EXAMPLE
5159

5260
SImple example:

0 commit comments

Comments
 (0)