Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 469 Bytes

System for complex component validation in Vue.js

The repository shows examples of using the validator

Features:

  • Support for complex hierarchical validation systems
  • Support for asynchronous validation handlers
  • lazy data update
  • ts-friendly
  • existence of Vue directives (works only for input)

Not done:

  • directive support for all kinds of HTMLELements (textarea, checkbox, select etc)
  • ts-types are missing in places
  • tests
  • package publication