As a novice full stack developer, I am embarking on the journey of building a portal for my work. The server side will be developed in asp.net mvc 5, while the client side (HTML, CSS, SASS, JS) has been developed by another company. My task is to handle security, request and response handling, among other things, for the client side.
The challenge I face is that the company that worked on the client side used Vue.js, and I want to implement Validate.js library for securing forms and other elements in my portal. However, my Google search didn't yield any examples or explanations on how to integrate Validate.js with Vue.js.
Although I've come across information suggesting that Vue.js can manage secure forms on its own, I prefer using a dedicated library for this purpose. Can someone guide me on how to effectively use Validate.js with Vue.js? Or correct me if I'm mistaken?
Thank you for your help!