HerringtonDarkholme c806038185 fix(core): try libc6-dev
2020-07-31 13:59:39 +08:00
2020-07-31 13:59:39 +08:00
2020-07-26 14:10:42 +08:00
2020-07-21 18:18:44 +08:00
2020-07-28 11:26:41 +08:00
2020-07-29 11:44:12 +08:00
2020-07-24 19:20:37 +08:00
2020-07-27 21:46:33 +08:00
2020-07-29 20:39:54 +08:00
2020-07-24 23:25:03 +08:00
2020-07-21 18:18:44 +08:00
2020-07-31 13:59:39 +08:00
2020-07-22 00:35:23 +08:00
2020-07-30 10:36:59 +08:00
2020-07-27 21:46:33 +08:00
2020-07-31 13:59:39 +08:00

Element-Plus

Bootstrap project

With command

$ yarn bootstrap

the project will install all dependencies and run lerna bootstrap to initialize the project

Storybook preview

With command

$ yarn storybook

the project will launch @storybook client for you to preview all existing component

Generate new component

With command

$ yarn gen component-name

Note the component-name must be in kebab-case, combining words by replacing each space with a dash.

Commit template

With command

yarn cz

Example

[TYPE](SCOPE):DESCRIPTION#[ISSUE]
# example feat(button):add type 'button' for form usage #1234
Description
🎉 A Vue.js 3 UI Library made by Element team
Readme MIT 983 MiB
Languages
TypeScript 57.5%
Vue 41.3%
JavaScript 1%
Shell 0.2%