react-dnd-touch-backend

v0.8.1
Touch backend for react-dnd
react drag drop touch react-dnd

clean

rimraf dist/**/* examples/*.browserified.js

js-dev

browserify ./examples/sortableLists/js/index.jsx -o ./examples/sortableLists/main.browserified.js

js-dev-drop

browserify ./examples/dropTarget/js/index.jsx -o ./examples/dropTarget/main.browserified.js

js-dev-hover

browserify ./examples/hoverOutside/js/index.jsx -o ./examples/hoverOutside/main.browserified.js

start

http-server ./examples -p 7789

dev

npm run js-dev && npm run js-dev-drop && npm run js-dev-hover && npm run start

compile

babel src/Touch.js --out-file dist/Touch.js

lint

eslint --quiet --cache . --ext .js --ext .jsx

prepublishOnly

npm run clean && npm run compile

test

npm run clean && npm run lint

Metadata

  • MIT
  • Whatever
  • Long Ho
  • released 3/7/2019

Downloads