react-draggable-tab

v0.10.0
Draggable chrome like tab react component
react react-component tab draggable

browser

browser-sync start --files 'example/bundle.js' 'example/index.html' --server example

watch:example

watchify example/app.js -dv -o example/bundle.js -t [ babelify ]

start:example:basex

npm run clean && npm run build && (npm run watch:example & npm run browser)

start:example:base

npm run clean && npm run build &&

start:example

cross-env NODE_ENV=development npm run start:example:base

start:example:prod

cross-env NODE_ENV=production npm run start:example:base

test:local

karma start

test

karma start --browsers Firefox --single-run

clean

rimraf lib

build

cross-env NODE_ENV=production babel src --out-dir lib

Metadata

  • MIT
  • Whatever
  • Takeharu.Oshida
  • released 4/17/2018

Downloads

Maintainers