Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/filipemeneses/vue-chalkboard
- Owner: filipemeneses
- Created: 2017-02-24T23:01:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T05:54:57.000Z (over 4 years ago)
- Last Synced: 2024-10-11T10:31:46.466Z (about 1 month 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
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)