A comprehensive form management solution for Vue.js, built with Vuex in mind.
This repo should be considered defunct - you should not use it without good reason. There are now much better solutions available, namely projects which are compatible with more modern Vue workflows/concepts, such as Vuelidate and VeeValidate.
This repo will be archived and left up for any legacy projects which may still rely on it.
Read the documentation (website was deactivated, code for docs website located under /docs) to learn more.
# install dependencies
npm install
# serve with hot reload at localhost:8084
npm run dev
# build the vuex-forms UMD library
npm run build
# build the docs for production
npm run docs