zoid

v9.0.86
Cross domain components.
cross-domain cross domain components component krakenjs kraken

setup

npm install && npm run flow-typed

demo

serve . -l 1337

lint

eslint --ext .js --ext .jsx src/ test/ *.js

flow-typed

rm -rf ./flow-typed && flow-typed install

flow

flow

karma

cross-env NODE_ENV=test babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/karma start

babel

babel src/ --out-dir dist/module

webpack

babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress

test

npm run lint && npm run flow-typed && npm run flow && npm run karma

clear-dist

rm -rf dist/*;

build

npm run test && npm run babel && npm run clear-dist && npm run webpack -- $@

release

./publish.sh

release:patch

./publish.sh patch

release:minor

./publish.sh minor

release:major

./publish.sh major

clean

rimraf dist coverage

reinstall

rimraf flow-typed && rimraf node_modules && npm install && flow-typed install

debug

cross-env NODE_ENV=debug

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 1/12/2022

Downloads