vuex-forms
v0.0.7
Published
Comprehensive form management for Vue.js, built with Vuex in mind.
Downloads
19
Readme
Vuex Forms
A comprehensive form management solution for Vue.js, built with Vuex in mind.
Note: Currently in alpha stage, under active development.
Read the documentation to learn more.
Contributing
# 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