element-plus

v1.0.1-alpha.14
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 build:lib && yarn build:theme && yarn build:esm-bundle && yarn build:esm && yarn build:utils && yarn build:locale

lint-fix

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

bootstrap

yarn && npx lerna bootstrap

build:esm

node ./build/bincomp.js

build:lib

rimraf lib && webpack --config ./build/webpack.config.js

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

npx tsc -p packages/utils

website-dev

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

build:locale

npx tsc -p packages/locale

website-build

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

build:esm-bundle

rollup --config ./build/rollup.config.bundle.js

website-dev:play

cross-env PLAY_ENV=true yarn website-dev

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/4/2020

Downloads

Maintainers