Go to file
2020-07-31 13:59:39 +08:00
.github feat(dev): add commit template 2020-07-30 10:36:59 +08:00
.storybook feat: add story source 2020-07-26 14:10:42 +08:00
packages feat(time-line): add time-line component 2020-07-30 21:28:35 +08:00
public
scripts fix(project):fix gc.sh generating wrong format templates 2020-07-29 15:23:55 +08:00
src chore/fix-linter-complains 2020-07-28 11:26:41 +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
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 feat(core): use faster swc-jest 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 feat(core): use faster swc-jest 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