vega-embed

v6.21.1--canary.1039.c10684c.0
Publish Vega visualizations as embedded web components.
vega data visualization component embed

lint

yarn eslintbase && yarn prettierbase --check

test

beemo jest --stdio stream

build

rollup -c

clean

del-cli build build-es5 src/style.ts

serve

browser-sync start --directory -s -f build *.html

start

yarn build && concurrently --kill-others -n Server,Rollup 'yarn serve' 'rollup -c -w'

format

yarn eslintbase --fix && yarn prettierbase --write

prepare

beemo create-config && npx patch-package

pretest

yarn build:style

release

yarn build && auto shipit

prebuild

yarn clean && yarn build:style

eslintbase

beemo eslint .

preversion

yarn lint && yarn test

build:style

./build-style.sh

prettierbase

beemo prettier '*.{css,scss,html}'

test:inspect

node --inspect-brk ./node_modules/.bin/jest --runInBand

prepublishOnly

yarn clean && yarn build

Metadata

Downloads