An open API service indexing awesome lists of open source software.

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

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

![Alt text](https://github.com/RandomFractals/vega-template/blob/master/screens/vega-template.png?raw=true
"Vega Preview")

## 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! 🍻