react-ui-tour

v1.3.0
react tours library

start

webpack serve --mode=development

build

node build.prod.js

build-doc

webpack --mode=production

publish-doc

rimraf dist && git clone -b gh-pages [email protected]:skbkontur/react-ui-tour.git dist && npm run build-doc && cd dist && git add --all && git commit --allow-empty -m "published doc" && git push && cd ..

cmbuild

npm i && npm run build

storybook

start-storybook -p 6006 --no-dll

prepublishOnly

npm run test && npm run build

test

jest

test:watch

jest --watch

test:coverage

jest --coverage

build-storybook

build-storybook --no-dll
npm i react-ui-tour

Metadata

  • ISC
  • Whatever
  • Vladimir Tolstikov
  • released 12/22/2021

Downloads