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

https://github.com/sunyatasattva/vue-fabric

Vue.js wrapper over canvas manipulation library fabric.js — **Note: not quite ready for prime time**
https://github.com/sunyatasattva/vue-fabric

Last synced: about 1 month ago
JSON representation

Vue.js wrapper over canvas manipulation library fabric.js — **Note: not quite ready for prime time**

Awesome Lists containing this project

README

        

# vue-fabric

> Vue.js wrapper over canvas library fabric.js

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# lint all *.js and *.vue files
npm run lint

# run unit tests
npm test
```

For more information see the [docs for vueify](https://github.com/vuejs/vueify).