react-modal-queue

v1.0.1-beta.3
Raise modal dialogs and views from any JavaScript code in a React application.
react reactjs modal dialog

babel

babel tsc-temp --out-dir dist

build

npm run clean && npm run tsc && npm run tsc-declaration && npm run babel && npm run lib-debug && npm run lib-production

clean

rimraf ./dist ./tsc-temp ./umd

debug

npm run clean && npm run tsc && npm run tsc-declaration && npm run babel && npm link

tsc

tsc --outDir tsc-temp

tsc-declaration

tsc --declaration --emitDeclarationOnly --outDir dist

test

echo "No tests."

lib-debug

webpack --config webpack-lib.config.js

lib-production

webpack --config webpack-lib.config.js --env.NODE_ENV=production

Metadata

  • MIT
  • Whatever
  • Richard L. McNeary II
  • released 4/3/2019

Downloads

Maintainers