mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-09-10 18:44:21 +02:00
Datasette plugin for visualizing data using Vega
- JavaScript 65.4%
- Python 15.7%
- CSS 12.6%
- HTML 6.3%
I used a variant on the pattern described here to run "npm run build" when creating the wheel: http://cra.mr/2014/12/19/distributing-js-with-python To generate just the static assets (in datasette_vega/static) run this: python3 setup.py build_static To build the package (and automatically run the above) do this: python3 setup.py bdist_wheel |
||
|---|---|---|
| datasette_vega | ||
| public | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| setup.py | ||