@evandam93/vue-simple-form

1.0.2 • Public • Published

vue-simple-form

Build Status npm version

Simple package to handle forms in Vue.js. Inspired by vform.

Installation

You can install the package via yarn:

yarn add @evandam93/vue-simple-form

Usage

import { reactive } from "vue";
import { Form } from "vue-simple-form";

export default {
  setup() {
    const state = reactive({
      form: new Form({
        name: "John Doe"
      })
    });
    
    // ...
  }
}

Changelog

Please see changelog for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.

Dependencies (0)

    Dev Dependencies (18)

    Package Sidebar

    Install

    npm i @evandam93/vue-simple-form

    Weekly Downloads

    5

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    157 kB

    Total Files

    24

    Last publish

    Collaborators

    • evandam93