Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.
/ vuex-forms Public archive

Boilerplate for working with forms and Vuex. Provides client-side validation and examples for working with server-side validation.

Notifications You must be signed in to change notification settings

akett/vuex-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuex Forms

A comprehensive form management solution for Vue.js, built with Vuex in mind.

2022 UPDATE:

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.

Original:

Read the documentation (website was deactivated, code for docs website located under /docs) 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

About

Boilerplate for working with forms and Vuex. Provides client-side validation and examples for working with server-side validation.

Resources

Stars

Watchers

Forks

Packages

No packages published