Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filipemeneses/vue-chalkboard

A native Vue.js component that provides a simple canvas chalkboard
https://github.com/filipemeneses/vue-chalkboard

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# vue-chalkboard

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

## Install
Install the package.

```bash
$ npm install vue-chalkboard
```

Import the component

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

Then register the component in your javascript:

```js
Vue.component('chalkboard', VueChalkboard)
```

You may now use the component in your markup

```html

```

## Documentation

- [Interactive example](http://filipemeneses.github.io/vue-chalkboard/)
- [Docs](https://github.com/filipemeneses/vue-chalkboard/tree/master/docs/README.md)