Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 966254b

Browse files
committedDec 14, 2018
imported legacy documentation from https://icebob.gitbooks.io/vueformgenerator/
1 parent 5fcd994 commit 966254b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2773
-0
lines changed
 

‎README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# VueFormGenerator
2+
3+
VueFormGenerator is a schema-based form generator component for [Vue.js](https://github.com/vuejs/vue)
4+
5+
![Example screenshot](assets/vfg-example1.png)
6+
7+
## Demo
8+
9+
[JSFiddle simple example](https://jsfiddle.net/zoul0813/d8excp36/)
10+
11+
## Features
12+
13+
* multiple objects editing
14+
* core & full bundles
15+
* 21 field types
16+
* grouping fields
17+
* built-in validators
18+
* Bootstrap friendly templates
19+
* customizable styles
20+
* extendable with custom fields
21+
* ...etc
22+
23+
## Documentation
24+
25+
[Link to documentation on Gitbook](https://icebob.gitbooks.io/vueformgenerator/content/)
26+
27+
## More fields `*new*`
28+
29+
VueFormGenerator support custom fields.
30+
If you decide to release your custom field into the wild, please [open a new issue](https://github.com/vue-generators/vue-form-generator/issues) so we can add you to a list here!
31+
Please try to use this naming convention for your custom field : `vfg-field-*`
32+
Example :
33+
34+
* `vfg-field-myfield`
35+
* `vfg-field-calendar`
36+
* `vfg-field-awesome-dropdown`
37+
38+
This way, it will be easier for everyone to find it. Thank you !
39+
40+
## License
41+
42+
vue-form-generator is available under the [MIT license](https://tldrlegal.com/license/mit-license).
43+
44+
## Contact
45+
46+
Copyright \(C\) 2016 Icebob
47+
48+
[![@icebob](https://img.shields.io/badge/github-icebob-green.svg)](https://github.com/icebob) [![@icebob](https://img.shields.io/badge/twitter-Icebobcsi-blue.svg)](https://twitter.com/Icebobcsi)
49+

‎SUMMARY.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Summary
2+
3+
* [Getting started](README.md)
4+
* [Installation](installation.md)
5+
* [Usage](usage.md)
6+
* [Component](component.md)
7+
* [Schema](schema.md)
8+
* [Fields](fields/README.md)
9+
* [Field properties](fields/field_properties.md)
10+
* [Inside buttons](fields/inside_buttons.md)
11+
* [Core fields](fields/core-fields.md)
12+
* [checkbox](fields/checkbox.md)
13+
* [checklist](fields/checklist.md)
14+
* [input](fields/input.md)
15+
* [label](fields/label.md)
16+
* [radios](fields/radios.md)
17+
* [select](fields/select.md)
18+
* [submit](fields/submit.md)
19+
* [textArea](fields/textarea.md)
20+
* [Optional fields](fields/optional_fields.md)
21+
* [cleave](fields/cleave.md)
22+
* [dateTimePicker](fields/datetime.md)
23+
* [googleAddress](fields/googleaddress.md)
24+
* [image](fields/image.md)
25+
* [masked](fields/masked.md)
26+
* [noUiSlider](fields/nouislider.md)
27+
* [pikaday](fields/pikaday.md)
28+
* [selectEx](fields/selectex.md)
29+
* [rangeSlider](fields/slider.md)
30+
* [spectrum](fields/spectrum.md)
31+
* [staticMap](fields/staticmap.md)
32+
* [switch](fields/switch.md)
33+
* [vueMultiSelect](fields/vuemultiselect.md)
34+
* [Custom fields](fields/custom_fields.md)
35+
* [Groups](groups.md)
36+
* [Validation](validation/README.md)
37+
* [Built in Validators](validation/built-in-validators.md)
38+
* [Custom Validators](validation/custom-validators.md)
39+
* [Handling Validation Events](validation/validation-events.md)
40+
* [Model](model.md)
41+
* [Options](options.md)
42+

0 commit comments

Comments
 (0)
Please sign in to comment.