filipemeneses / vue-chalkboard

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

Home Page:http://filipemeneses.github.io/vue-chalkboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://filipemeneses.github.io/vue-chalkboard/


Languages

Language:Vue 65.7%Language:JavaScript 33.5%Language:HTML 0.8%