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: 7 months ago
JSON representation
A native Vue.js component that provides a simple canvas chalkboard
- Host: GitHub
- URL: https://github.com/filipemeneses/vue-chalkboard
- Owner: filipemeneses
- Created: 2017-02-24T23:01:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T05:54:57.000Z (over 5 years ago)
- Last Synced: 2025-02-13T22:37:58.870Z (9 months ago)
- Language: Vue
- Homepage: http://filipemeneses.github.io/vue-chalkboard/
- Size: 334 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-refactor - vue-chalkboard
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)