Skip to content

flaxandteal/vue-vega

 
 

Repository files navigation

vue-vega

Vega-Lite and Vega bridge to Vue.js ecosystem

Intro

vue-vega is a set of components and utilises dedicated to help developer access vega-lite and vega functionality through convenient API for Vue.js ecosystem

It's in development, API isn't stable, only after removing alpha prefix from the version that project would have stable API

Documentation

To check out live examples and docs, visit https://github.com/nesterone/vue-vega

Contributing

Our crafted Contributing Guide

Build

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

# distribution build with minification
npm run build:bundle

# build the _docs into docs
npm run build:docs

# build all
npm run build

# run unit tests
npm run test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

License

MIT

Copyright (c) 2017-present, Igor Nesterenko

About

Vega Lite and Vega bridge to Vue.js ecosystem

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.1%
  • CSS 32.3%
  • HTML 17.6%
  • Vue 6.0%