awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesClient-Side Input Verification

Processes that verify the correctness of user data within the browser before submission.

Distinguishing note: Closest candidates focused on fetching or sanitization; this is specifically about verifying correctness to reduce server errors.

Explore 1 awesome GitHub repository matching web development · Client-Side Input Verification. Refine with filters or upvote what's useful.

Awesome Client-Side Input Verification GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vuelidate/vuelidatevuelidate 的头像

    vuelidate/vuelidate

    6,889在 GitHub 上查看↗

    Vuelidate is a model-based validation library for Vue.js applications. It functions as a client-side data validator and validation engine that decouples verification logic from the user interface by checking data models and state objects against defined rules. The system tracks field interactions and marks inputs as dirty to manage when validation messages are triggered. This approach allows the library to provide real-time user input feedback and verify model integrity before data is submitted. The framework covers form state validation, validation error rendering, and the configuration of

    Verifies that data is correct and complete in the browser to reduce unnecessary server requests.

    JavaScriptjavascriptvalidationvue
    在 GitHub 上查看↗6,889
  1. Home
  2. Web Development
  3. Client-Side Input Verification