vue-godfather

1.0.0 • Public • Published

VueGodfather

Commitizen friendly Build Status npm npm

Vue directive wrapper for godfather

Demo

Check out a simple demo

Installation

npm install vue-godfather

import syntax

import Godfather from 'vue-godfather'
 
new Vue({
  //...
  directives: {
    Godfather: Godfather,
  },
  //...
})

In browser

new Vue({
  //...
  directives: {
    Godfather: VueGodfather,
  },
  //...
})

Usage

<div v-godfather="{ id: 'YourID', options: { ...options as in godfather } }">
  <!--Your content-->
</div>

Options are based on options from godfather

Development & Testing

npm run dev starts webpack with watch mode.

License

The MIT License Copyright (c) Carsten Jacobsen

Dependencies (1)

Dev Dependencies (15)

Package Sidebar

Install

npm i vue-godfather

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

41.8 kB

Total Files

9

Last publish

Collaborators

  • crsten