Skip to content

net-pioneer/vue3-form-example

Repository files navigation

vue3-form

  • Typescript
  • Annotations and Decorators
  • Async Http Request.
  • Form Wizard
  • Vue3 Composition APi
  • Without Using Any External Library
  class formWizardPayload{
    @Required
    username:formModel

    @Email
    email:formModel

    @Required
    @Min(5)
    @Password
    password:formModel

    tellphone:formModel
}

const form = reactive(new formWizardPayload());

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published