A quick example demonstrating Vue 2.x forms.
Created by @yomete and published as an imperative guide to forms in Vue.js, it seems to be quite popular amongst Google searchers. However it has only been available as a CodePen and was never uploaded to GitHub up until now.
All in all it's a great little boilerplate for Vue forms.
yarn install
yarn serve
yarn build
The original coder chose to use VeeValidate 2.x which is not fully compatible with its latest release. However I did not migrate the project to 3.x to keep it as much in par with the original article.
Also some minor bugs were ironed out (like missing keys in list bindings).
BSD