pagekit / vue-fields

The form fields generator for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-fields Build Downloads Version License

The form fields generator for Vue.js.

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 or NPM.

$ yarn add vue-fields
$ npm install vue-fields

CDN

Available on jsdelivr or unpkg.

<script src="https://cdn.jsdelivr.net/npm/vue-fields@1.1.3"></script>

Changelog

Details changes for each release are documented in the release notes.

Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.

License

MIT

About

The form fields generator for Vue.js


Languages

Language:JavaScript 52.3%Language:Vue 47.7%