File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 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
2828[ Online documentation on Gitbook] ( https://icebob.gitbooks.io/vueformgenerator/content/ )
2929
3030## 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/ ) .
3938
4039## Installation
4140### NPM
You can’t perform that action at this time.
0 commit comments