/vuex-form

Vue Vuex Forms

Primary LanguageJavaScript

Vuex Form

A simple Vue plugin that allows you to manage your forms using vuex.

Install

npm i -D vuex-form

Usage

import VuexForm from 'vuex-form'

Vue.use(VuexForm, {store}) // make sure to pass your vuex store

Example

http://codepen.io/cj/pen/dOyGeV