app-datepicker

v4.0.0-rc.38
A custom datepicker element based on Google's Material Design built from scratch with lit-element
cal calendar date date-picker datepicker lit-element lit-html picker web-component and 2 more...

build:config

tsc -p tsconfig.test.json

build:test

npm run ts && npm run build:config

build

npm run ts -- -p tsconfig.prod.json

clean

shx rm -rf dist/ src/tests/snapshots/*.png logs/ .*cache *.log

lint:dev

tslint --config tslint.json --project tsconfig.json --format stylish

lint

tslint --project tsconfig.json --config tslint.prod.json --format stylish

prepublishOnly

npm run lint && npm run build

serve

es-dev-server --port 3000 --node-resolve --dedupe

test:dev:all

npm run build:test && npm t && npm run test:sl:dev

test:dev

npm run build:test && npm t

test:sl:dev

env-cmd -f ./.env npm run test:sl

test:sl

node ./run-tests.js --config-file ./dist/tests/wdio.sl.config.js

test

node ./run-tests.js --config-file ./dist/tests/wdio.config.js

ts

npm run clean && npm run lint && tsc

tsc

tsc

upgrade

npm outdated --dev && npm update --dev && npm audit fix

watch

npm run ts -- --watch

Metadata

  • MIT
  • >= 10.18.1
  • Rong Sen Ng
  • released 1/13/2020

Downloads

Maintainers