Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awes-io/form-builder
👷A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.
https://github.com/awes-io/form-builder
form form-builder vue vuejs
Last synced: 3 months ago
JSON representation
👷A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.
- Host: GitHub
- URL: https://github.com/awes-io/form-builder
- Owner: awes-io
- License: mit
- Created: 2019-04-28T11:52:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T06:32:07.000Z (over 5 years ago)
- Last Synced: 2024-11-10T00:34:22.119Z (3 months ago)
- Topics: form, form-builder, vue, vuejs
- Language: Vue
- Homepage: https://www.awes.io
- Size: 1.85 MB
- Stars: 66
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
From Builder
A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.
##
![]()
## Demo
You can check it online: [Online Demo](https://demo.awes.io/?utm_source=github&utm_medium=form-builder)## Documentation
[Documentation](https://www.awes.io/documentation/components/form-builder/)
## NPM scripts
Development mode `npm run watch` or simply `npm start`
Development mode for IE `npm run watch:legacy`
Production build `npm run build`## Installation
Via Composer
``` bash
$ composer require awes-io/form-builder
```The package will automatically register itself.
You can publish the config file with:
```bash
php artisan vendor:publish --provider="AwesIO\FormBuilder\Providers\FormBuilderServiceProvider" --tag="config"
```## Support Us
## License
[MIT](http://opensource.org/licenses/MIT)