File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,13 @@ A schema-based form generator component for Vue.js v1.x.x
28
28
[ Online documentation on Gitbook] ( https://icebob.gitbooks.io/vueformgenerator/content/ )
29
29
30
30
## Dependencies
31
- - [ Moment.js] ( http://momentjs.com/ ) (built-in)
32
- - [ lodash] ( https://lodash.com/ ) (built-in)
33
- - [ BootStrap] ( http://getbootstrap.com/ ) & [ jQuery] ( http://www.jquery.com ) (optional)
34
- - [ bootstrap-select] ( https://silviomoreto.github.io/bootstrap-select/ ) for ` selectEx ` fields (optional)
35
- - [ bootstrap-datetimepicker] ( https://github.com/Eonasdan/bootstrap-datetimepicker ) for ` datetime ` fields (optional)
36
- - [ spectrum] ( https://github.com/bgrins/spectrum ) for ` spectrum ` color picker fields (optional)
37
- - [ maskedinput] ( http://digitalbush.com/projects/masked-input-plugin/ ) for ` masked ` fields
38
- - [ ion.rangeSlider] ( https://github.com/IonDen/ion.rangeSlider ) for range slider fields
31
+ vue-form-generator use [ Moment.js] ( http://momentjs.com/ ) and [ lodash] ( https://lodash.com/ ) internally.
32
+
33
+ While build-in fields don't need external dependencies, optional fields may need other libraries.
34
+ These dependency fall in two camp: jQuery or Vanilla. You can find almost the same functionality in both flavor.
35
+ That way, it's your choice to depend on jQuery or not.
36
+
37
+ You can find details on dependencies in [ documentation] ( https://icebob.gitbooks.io/vueformgenerator/content/ ) .
39
38
40
39
## Installation
41
40
### NPM
You can’t perform that action at this time.
0 commit comments