distraction free vue form

This is a supporting GitHub repository for Building an Interactive and Distraction-free Form with Vue article.

117
35
Vue

This repository has been archived.

Visit Advanced Vue 3 Form repo for the latest implementation of the similar form.


An 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.

Take a look at the Demo.

Project Image

Project 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

Customize configuration

See Configuration Reference.