react-vtk-js

v1.18.0
React based declarative vtk.js visualization pipeline

dev

rollup ./src/index.js -c --watch

fix

npm run fix:prettier && npm run fix:eslint

test

npm run test:lint && npm run test:build

build

rimraf dist && rollup ./src/index.js -c

commit

git cz

deploy

gh-pages -d usage/dist -f -r $GIT_PUBLISH_URL

prepare

npm run build

prebuild

npm run fix

predeploy

cd usage && npm install && npm run build

test:lint

eslint src

fix:eslint

eslint --fix src

test:build

npm run build

fix:prettier

prettier --config .prettierrc --write "src/**/*.js"

semantic-release

semantic-release

Metadata

Downloads