Installation
Using NPM (recommended)
Compilation requires browserify
with stringify
or webpack
with html-loader
.
npm install vue-formular
Import the script:
var VueFormular = require('vue-formular');
Pre-compiled version
Import the standalone compiled script
Register the component
Vue.use(VueFormular, options);