dash-daq

v0.3.2
DAQ components for Dash
dash daq components

lint

eslint --fix --ignore-path .eslintignore .

test

jest

build

npm run test && npm run lint && npm run build:js && npm run build:py

start

npm run build:dev

build:r

dash-generate-components ./src/components dash_daq -p package-info.json --r-prefix='daq'

build:js

webpack --mode production

build:py

python get_version_info.py && yarn copy-lib && dash-generate-components ./src/components dash_daq -p package-info.json

copy-lib

copyfiles -u 1 lib/* dash_daq

prettier

yarn prettier-src && yarn prettier-tests

build:all

npm run build && npm run build:r

build:dev

npm run build:js-dev && npm run build:py

dash-demo

python demo.py

postbuild

es-check es5 dash_daq/*.js

test:watch

jest --watch

build:js-dev

webpack --mode development

prettier-src

prettier --single-quote --print-width=100 --write src/**/*.js

build-tarball

npm run build && python setup.py sdist

install-local

pip install -e .

prettier-tests

prettier --single-quote --print-width=100 --write src/components/__tests__/**/*.js

uninstall-local

pip uninstall dash_daq -y

prettier-restage

git update-index --again

test:frontend-cov

jest --coverage --silent

Metadata

  • MIT
  • >=8
  • The Plotly Team
  • released 1/22/2020

Downloads