element-plus

v1.0.2-beta.33
A Component Library for Vue3.0

cz

npx git-cz

gen

bash ./scripts/gc.sh

lint

eslint ./packages --ext .vue,.js,.ts

test

jest

build

yarn bootstrap && yarn clean:lib && yarn build:esm-bundle && yarn build:lib && yarn build:lib-full && yarn build:esm && yarn build:utils && yarn build:locale && yarn build:locale-umd && yarn build:theme

lint-fix

eslint --fix ./packages --ext .vue,.js,.ts

bootstrap

yarn --frozen-lockfile && npx lerna bootstrap && yarn gen:version

build:esm

node ./build/bincomp.js

build:lib

cross-env LIBMODE=core webpack --config ./build/webpack.config.js

clean:lib

rimraf lib && rimraf es

build:type

node build/gen-type.js

fast-build

sh ./scripts/build.sh

build:theme

rimraf packages/theme-chalk/lib && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk && rimraf packages/theme-chalk/lib

build:utils

cross-env BABEL_ENV=utils babel packages/utils --extensions .ts --out-dir lib/utils

gen:version

node build/gen-version.js

upgrade:vue

bash ./scripts/update-versions.sh

website-dev

webpack-dev-server --config ./website/webpack.config.js

build:locale

cross-env BABEL_ENV=utils babel packages/locale --extensions .ts --out-dir lib/locale

website-build

rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js

build:lib-full

cross-env LIBMODE=full webpack --config ./build/webpack.config.js

build:esm-bundle

rollup --config ./build/rollup.config.bundle.js && yarn build:type

build:locale-umd

node ./build/build-locale.js

website-dev:play

cross-env PLAY_ENV=true yarn website-dev

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/3/2021

Downloads