Asfaq Leeonleeonscoding.hashnode.dev·Aug 25, 2024Form validation in Nuxt and Vuetify using VeeValidate ft. composition APIForm validation is a basic need in any frontend application. But if we need to do a validation from scratch, it could be a tedious and error-prone. There are some awesome libraries exist for the most popular frontend framework. You already know that ...38 readsVue.js
Bedram TamangforJoBins Engineeringblog.jobins.jp·May 13, 2023Simplifying Form Handling in Vue Applications with Form JS - Inspired by Inertia JSRecently I have been working on FormJs, which is a form helper and wrapper around Axios, inspired by inertiaJs. The purpose behind writing this new library was to streamline the process of how we handle the form on the front-end side. Validating form...12 likes·292 readsVue.js
Tadit Dashblog.taditdash.com·Sep 15, 2021Configure Vee Validate for Localisation using Vue I18N LibraryIn this blog, we will learn how to configure vee-validate library so that it would work for translations with the internationalization library vue-i18n. Background I am working on a project that is built with Vue.js and set up for internationalizatio...4 likes·1.3K readsVue.js