Go to file
2020-07-27 13:27:01 +08:00
.github/workflows remove lerna from Test step in github actions 2020-07-27 10:20:36 +08:00
.storybook feat: add story source 2020-07-26 14:10:42 +08:00
packages feat: el-tag resolve conversation 2020-07-27 13:27:01 +08:00
public
scripts Merge branch 'dev' of github.com:element-plus/element-plus into feat/test 2020-07-24 20:23:14 +08:00
src feat: add tag component 2020-07-27 13:27:01 +08:00
typings fix: update test cases 2020-07-26 14:10:42 +08:00
.editorconfig feat/add-storybook 2020-07-24 19:20:37 +08:00
.gitignore Merge branch 'dev' into feat/cz_&_husky 2020-07-25 20:31:14 +08:00
.npmrc fix(dev): update cz & husky 2020-07-24 23:25:03 +08:00
commitlint.config.js fix(dev): remove useless code 2020-07-24 23:34:30 +08:00
index.html
jest.config.js feat: add jest basic config 2020-07-24 16:44:56 +08:00
lerna.json feat: add lerna basic config 2020-07-22 00:35:23 +08:00
package.json Merge branch 'dev' into feat/cz_&_husky 2020-07-27 10:32:36 +08:00
README.md Update README.md 2020-07-24 20:34:25 +08:00
tsconfig.json fix: set moduleResolution to node 2020-07-22 00:37:53 +08:00
yarn.lock Merge branch 'dev' into feat/cz_&_husky 2020-07-27 10:32:36 +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.