nicksnell / mutt-forms-vue

A VueJS plugin for Mutt Forms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mutt Vue

Mutt Forms Vue

A VueJS plugin for Mutt Forms.

Build Status

Mutt Forms Vue integrates Mutt Forms with VueJS to allow for forms to be rendered using Vue.

Full documentation is available here.

Installation

The easiest way to get started with Mutt Forms Vue is to install via Yarn:

yarn add mutt-forms-vue

Integrating with Vue

Mutt Forms Vue is a standard Vue plugin, in the simplest case it can be installed like so:

import Vue from 'vue'
import MuttVue from 'mutt-forms-vue'

Vue.use(MuttVue)
Read more

About

A VueJS plugin for Mutt Forms.

License:MIT License


Languages

Language:Vue 68.7%Language:JavaScript 29.8%Language:HTML 1.4%