1.0.4 • Published 4 years ago

v-thaana v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

V-Thaana

N|Solid

Build Status

V-Thaana is a generic library with a directive for Vue. Exports are

  • Thaana (standalone library with thaana transpilation)
  • v-thaana directive (default export)

Features!

  • Import a HTML file and watch it magically convert to Markdown
  • Drag and drop images (requires your Dropbox account be linked)

Installation

V-thaana requires nothing in particular as a dependancy.

Install the dependencies and devDependencies and start the server.

$ npm -i v-thaana

Usage with Vue

import thaana from '@yaameen/v-thaana';
Vue.use(thaana);


<input v-thaana type="text" class="form-control" />

Usage Otherwise

import { thaana } from '@yaameen/v-thaana';

thaana(el, (v) => {
    // Handle app logic
}, options)

Todos

  • Write Tests
  • Better doc

License

MIT

Free Software, Hell Yeah!

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago