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**
- Host: GitHub
- URL: https://github.com/sunyatasattva/vue-fabric
- Owner: sunyatasattva
- Created: 2016-11-26T04:12:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T01:42:42.000Z (over 8 years ago)
- Last Synced: 2025-03-31T04:05:23.392Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 170 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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).