Go to file
Caaalabash 6038a23bec
feat(progress): add progress component (#71)
* feat(progress): add progress component

* fix(progress): rename type
2020-08-02 15:27:24 +08:00
.github fix(core): don't use yarn action 2020-07-31 13:59:39 +08:00
.storybook feat: add story source 2020-07-26 14:10:42 +08:00
packages feat(progress): add progress component (#71) 2020-08-02 15:27:24 +08:00
public update 2020-07-21 18:18:44 +08:00
scripts fix(project):fix gc.sh generating wrong format templates 2020-07-29 15:23:55 +08:00
src/style feat: add Layout component (#50) 2020-07-31 18:20:03 +08:00
typings feat/migrate-utilities 2020-07-29 11:44:12 +08:00
.editorconfig feat/add-storybook 2020-07-24 19:20:37 +08:00
.eslintrc.js test: add button test 2020-07-27 21:46:33 +08:00
.gitignore feat: el-divider 2020-07-29 20:39:54 +08:00
.npmrc fix(dev): update cz & husky 2020-07-24 23:25:03 +08:00
commitlint.config.js chore/fix-linter-complains 2020-07-28 11:26:41 +08:00
index.html update 2020-07-21 18:18:44 +08:00
jest.config.js feat(core): use faster swc-jest 2020-07-31 13:59:39 +08:00
lerna.json feat: add lerna basic config 2020-07-22 00:35:23 +08:00
package.json fix(core): update swc-jest version 2020-07-31 13:59:39 +08:00
README.md feat(dev): add commit template 2020-07-30 10:36:59 +08:00
tsconfig.json test: add button test 2020-07-27 21:46:33 +08:00
yarn.lock fix(core): update swc-jest version 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