Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matfish2/vue-form-2
Vue.js 2 Form Component
https://github.com/matfish2/vue-form-2
bootstrap form vue
Last synced: 27 days ago
JSON representation
Vue.js 2 Form Component
- Host: GitHub
- URL: https://github.com/matfish2/vue-form-2
- Owner: matfish2
- License: mit
- Created: 2016-10-07T21:02:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T08:33:37.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T12:01:28.447Z (about 1 month ago)
- Topics: bootstrap, form, vue
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/vue-form-2
- Size: 1.02 MB
- Stars: 58
- Watchers: 7
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - vue-form-2 - form-2?style=social) - 全面的HTML表单管理的解决方案 (UI组件)
- awesome-github-vue - vue-form-2 - 全面的HTML表单管理的解决方案 (UI组件)
- awesome-github-vue - vue-form-2 - 全面的HTML表单管理的解决方案 (UI组件)
- awesome - vue-form-2 - 全面的HTML表单管理的解决方案 (UI组件)
README
Note: Users of Vue.js version 1 please use [this package](https://www.npmjs.com/package/vue-formular) instead.
Breaking Change: As of version 1.0 this package uses controlled components, which means the value is no longer persisted on the field component but rather on the parent consumer component. This makes all fields behave like normal vue inputs, using `v-model` (instead of `value`) to maintain two-way View-Model Binding. If you were using the old package you need to install version 0.4.0 (also tagged in Github), although it is highly recommended to make the transition to the new version.
[![npm version](https://badge.fury.io/js/vue-form-2.svg)](https://badge.fury.io/js/vue-form-2)
This vue.js package offers a comperhensive solution for HTML form management, including presentation, validation and (optional) AJAX submission.
The presentation is based on [Bootstrap's form component](http://v4-alpha.getbootstrap.com/components/forms/).* [Documentation](https://matfish2.gitbooks.io/vue-form-2/content/)