vue-datepicker-next

v1.0.3
A Datepicker Component For Vue3
vue calendar datepicker datetimepicker

start

npm run dev

dev

vite --host 0.0.0.0

prebuild

npm run lint && npm run test && npm run clean

postbuild

ls index.es.js index.js index.css index.d.ts scss/index.scss >> /dev/null && echo 'build success'

build

npm run build:lib-es & npm run build:lib-umd & npm run css && npm run type

build:lib-es

LIB_FORMAT=es vite build

build:lib-umd

LIB_FORMAT=umd vite build

type

dts-bundle-generator -o ./index.d.ts lib/index.ts

css

sass --style=compressed --no-source-map lib/style/index.scss index.css && postcss index.css --use autoprefixer -o index.css --no-map && cp -R lib/style scss

locale

rm -rf locale/ && rollup -c rollup.locale.config.js

clean

rm -rf scss/ index.*[^html]

version

conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md

lint

vue-tsc --noEmit && eslint 'lib/**/*.{tsx,ts}'

test

jest

cov

jest --coverage

docs:dev

vite serve docs

docs:build

vite build docs

docs:preview

vite preview docs --port 8080

release

bash build/git.sh && bash build/release.sh

deploy

bash build/deploy.sh

prepare

husky install
npm i vue-datepicker-next

Metadata

  • MIT
  • Whatever
  • xiemengxiong
  • released 3/13/2023

Downloads

Maintainers