An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vue-fields [![Build](https://circleci.com/gh/pagekit/vue-fields.svg?style=shield)](https://circleci.com/gh/pagekit/vue-fields) [![Downloads](https://img.shields.io/npm/dm/vue-fields.svg)](https://www.npmjs.com/package/vue-fields) [![Version](https://img.shields.io/npm/v/vue-fields.svg)](https://www.npmjs.com/package/vue-fields) [![License](https://img.shields.io/npm/l/vue-fields.svg)](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)