https://github.com/randomfractals/vega-template
vanilla Vega web appp project template
https://github.com/randomfractals/vega-template
Last synced: 8 months ago
JSON representation
vanilla Vega web appp project template
- Host: GitHub
- URL: https://github.com/randomfractals/vega-template
- Owner: RandomFractals
- License: apache-2.0
- Created: 2019-03-23T18:20:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T22:03:13.000Z (almost 7 years ago)
- Last Synced: 2025-03-21T15:42:10.101Z (11 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vega-template
Vanilla [Vega](https://vega.github.io/vega/) web app project
with [parceljs](https://github.com/parcel-bundler/parcel) bundler

## Build
```bash
npm run build
```
## Run
```bash
npm run start
```
go to http://localhost:1234 to preview it
## Simple Vega Online
See [Observing Vega Signals](https://observablehq.com/@randomfractals/observing-vega-signals)
jsNotebook on [Observable](https://github.com/observablehq) for a simple version of this web app template
OR
[Interactive Vega Lite Bar Chart](https://codesandbox.io/s/wkzx1082nw) demo
on [CodeSandbox](https://codesandbox.io/)
OR 🏃♂️ & 🍴 it on [CodeSandbox](https://codesandbox.io/): [vega-template](https://codesandbox.io/s/6lzn1398wr)
Cheers! 🍻