@mutt/widgets-vue
v3.8.0
Published
Mutt forms - VueJS integration
Downloads
21
Readme
Mutt Forms Vue
A VueJS plugin for Mutt Forms.
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:
npm install 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)