vega-embed

v6.18.1
Publish Vega visualizations as embedded web components.
vega data visualization component embed

lint

yarn eslintbase && yarn prettierbase --check

test

beemo jest

build

rollup -c

clean

del 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

pretest

yarn build:style

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