1.1.6 • Published 7 years ago

vue-chalkboard v1.1.6

Weekly downloads
69
License
-
Repository
-
Last release
7 years ago

vue-chalkboard

A native Vue.js component that provides a simple canvas chalkboard.

Install

Install the package.

$ npm install vue-chalkboard

Import the component

import Vue from 'vue'
import VueChalkboard from 'vue-chalkboard'

Then register the component in your javascript:

Vue.component('chalkboard', VueChalkboard)

You may now use the component in your markup

<chalkboard/>

Documentation

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago