Skip to content

Commit

Permalink
✏️ docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Aug 30, 2016
1 parent 06f55ac commit 6c84c69
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ A schema-based form generator component for Vue.js v1.x.x
[Online documentation on Gitbook](https://icebob.gitbooks.io/vueformgenerator/content/)

## Dependencies
- [Moment.js](http://momentjs.com/) (built-in)
- [lodash](https://lodash.com/) (built-in)
- [BootStrap](http://getbootstrap.com/) & [jQuery](http://www.jquery.com) (optional)
- [bootstrap-select](https://silviomoreto.github.io/bootstrap-select/) for `selectEx` fields (optional)
- [bootstrap-datetimepicker](https://github.com/Eonasdan/bootstrap-datetimepicker) for `datetime` fields (optional)
- [spectrum](https://github.com/bgrins/spectrum) for `spectrum` color picker fields (optional)
- [maskedinput](http://digitalbush.com/projects/masked-input-plugin/) for `masked` fields
- [ion.rangeSlider](https://github.com/IonDen/ion.rangeSlider) for range slider fields
vue-form-generator use [Moment.js](http://momentjs.com/) and [lodash](https://lodash.com/) internally.

While build-in fields don't need external dependencies, optional fields may need other libraries.
These dependency fall in two camp: jQuery or Vanilla. You can find almost the same functionality in both flavor.
That way, it's your choice to depend on jQuery or not.

You can find details on dependencies in [documentation](https://icebob.gitbooks.io/vueformgenerator/content/).

## Installation
### NPM
Expand Down

0 comments on commit 6c84c69

Please sign in to comment.