@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.

Package Sidebar

Install

npm i @evandam93/vue-simple-form

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

157 kB

Total Files

24

Last publish

Collaborators

  • evandam93