app-datepicker

v4.5.2-rc.0
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

tsc -p tsconfig.json

build:clean

npm run lint && npm run clean && npm run build:test

build:config

tsc -p tsconfig.wdio.json

build:prod

tsc -p tsconfig.prod.json

build:test

tsc -p tsconfig.test.json

check

package-check

clean

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

lint

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

lint:dev

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

prepublishOnly

npm run lint && npm run build:prod

serve

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

test

npm run build:config && npm run test:dev

test:clean

npm run build:clean && npm t

test:dev

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

test:sl

npm run build:config && env-cmd -f ./.env npm run test:sl:dev

test:sl:clean

npm run build:clean && npm run test:sl

test:sl:dev

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

ts

tsc

watch

tsc --watch

Metadata

  • MIT
  • >= 10.18.1
  • Rong Sen Ng
  • released 5/8/2021

Downloads

Maintainers