https://github.com/pagekit/vue-fields
The form fields generator for Vue.js
https://github.com/pagekit/vue-fields
Last synced: about 1 year ago
JSON representation
The form fields generator for Vue.js
- Host: GitHub
- URL: https://github.com/pagekit/vue-fields
- Owner: pagekit
- Archived: true
- Created: 2017-12-22T10:45:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:54:16.000Z (over 3 years ago)
- Last Synced: 2025-04-21T10:21:44.673Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.21 MB
- Stars: 19
- Watchers: 10
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-fields [](https://circleci.com/gh/pagekit/vue-fields) [](https://www.npmjs.com/package/vue-fields) [](https://www.npmjs.com/package/vue-fields) [](https://www.npmjs.com/package/vue-fields)
The form fields generator for [Vue.js](http://vuejs.org).
## Features
- Supports latest Firefox, Chrome, Safari, Opera and IE9+
- Supports Vue 2.0
- Compact size 6KB (2KB gzipped)
## Installation
You can install it via [yarn](https://yarnpkg.com/) or [NPM](http://npmjs.org/).
```
$ yarn add vue-fields
$ npm install vue-fields
```
### CDN
Available on [jsdelivr](https://cdn.jsdelivr.net/npm/vue-fields@1.1.3) or [unpkg](https://unpkg.com/vue-fields@1.1.3).
```html
```
## Changelog
Details changes for each release are documented in the [release notes](https://github.com/pagekit/vue-fields/releases).
## Contribution
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/pagekit/vue-fields/issues) or a [pull request](https://github.com/pagekit/vue-fields/pulls).
## License
[MIT](http://opensource.org/licenses/MIT)