This project is a snippet to validate reusable forms.
- Vue - To easily build our app.
- BootstrapVue - To easily build our interfaces.
- Vuelidate - To define our validation rules
When you clone this project, use yarn
to install and run it.
After that, you will see an empty list. Just head to the New page and create a person for you.
I have created one form to be used with two component (New
, Show
) that use the same strutucture of the form.
All the validations is defined in the Form component, but the logic envolving the form will be handled by the parent calling it.
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint