Skip to content

Commit 6c84c69

Browse files
committed
✏️ docs: update readme
1 parent 06f55ac commit 6c84c69

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)