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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    1
  • 1.0.0
    1
  • 0.1.0
    1

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