bizcharts

v4.1.23
bizcharts
bizcharts g2

build

run-s clean lib:* build:*

build:umd

cross-env NODE_ENV=development gulp

build:min

cross-env NODE_ENV=production gulp

clean

rimraf lib es umd

lib:cjs

tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib

lib:es

tsc -p tsconfig.json --target ES5 --module ESNext --outDir es

fix

tslint 'src/**/*.ts?(x)' --project tsconfig.json

lint

eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src

lint:fix

eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src

prepublishOnly

npm run build && np --no-cleanup --yolo --no-publish

prettier

prettier -c --write **/*

start

npm run storybook

test

jest

test-live

DEBUG_MODE=1 cross-env RTL_SKIP_AUTO_CLEANUP=true jest --watch

storybook

start-storybook -p 9004

uitest:snapshot

ice-chart-develop-cli test-multi-snapshot

uitest

ice-chart-develop-cli test-multi

analyze

webpack --profile --json > umd/stats.json && webpack-bundle-analyzer ./umd/stats.json
npm i bizcharts

Metadata

  • MIT
  • Whatever
  • leannechn
  • released 10/13/2023

Downloads