Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://nesterone.github.io/vue-vega/
Vega Lite and Vega bridge to Vue.js ecosystem
https://nesterone.github.io/vue-vega/
charts frontend javascript vega vega-lite visual-analysis visualization visualization-grammar vue
Last synced: 3 months ago
JSON representation
Vega Lite and Vega bridge to Vue.js ecosystem
- Host: GitHub
- URL: https://nesterone.github.io/vue-vega/
- Owner: nesterone
- License: mit
- Created: 2017-06-22T18:03:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T03:20:34.000Z (over 5 years ago)
- Last Synced: 2024-07-07T11:22:37.690Z (4 months ago)
- Topics: charts, frontend, javascript, vega, vega-lite, visual-analysis, visualization, visualization-grammar, vue
- Language: JavaScript
- Homepage: https://nesterone.github.io/vue-vega
- Size: 21.5 MB
- Stars: 67
- Watchers: 5
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-viz - Vue-Veja - Vega Lite and Vega bridge to Vue.js ecosystem. ([↑](#contents) Declarative)
README
# vue-vega
[Vega-Lite](https://vega.github.io/vega-lite/) and [Vega](https://vega.github.io/vega/)
bridge to [Vue.js](https://vuejs.org/) 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](https://nesterone.github.io/vue-vega/)
## Contributing
Our crafted [Contributing Guide](CONTRIBUTING.md)
## Build
```bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
## LicenseMIT
Copyright (c) 2017-present, Igor Nesterenko