This repository has been archived.
Advanced Vue 3 Form repo for the latest implementation of the similar form.
VisitAn Interactive and Distraction-free Form with Vue
This is a supporting GitHub repository for Building an Interactive and Distraction-free Form with Vue article.
Learn how to build an interactive and distraction-free form using advanced concepts of the Vue.js framework and other supporting libraries for form validation and animations.
Demo.
Take a look at theProject setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint