vue-vega
Vega-Lite and Vega
bridge to Vue.js ecosystemIntro
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 ecosystemIt'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-vegaContributing
Our crafted Contributing GuideBuild
# 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
MITCopyright (c) 2017-present, Igor Nesterenko