Go to file
jeremywu 3a917bb228 chore/fix-linter-complains
- Fix type linting complains for serveral files
2020-07-28 11:26:41 +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 chore/fix-linter-complains 2020-07-28 11:26:41 +08:00
public update 2020-07-21 18:18:44 +08:00
scripts Feature/tag (#35) 2020-07-27 16:17:23 +08:00
src chore/fix-linter-complains 2020-07-28 11:26:41 +08:00
typings chore/fix-linter-complains 2020-07-28 11:26:41 +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 Chore/eslint (#34) 2020-07-27 16:17:41 +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 Chore/eslint (#34) 2020-07-27 16:17:41 +08:00
lerna.json feat: add lerna basic config 2020-07-22 00:35:23 +08:00
package.json chore: remove Vue-router 2020-07-27 19:10:13 +08:00
README.md Update README.md 2020-07-24 20:34:25 +08:00
tsconfig.json test: add button test 2020-07-27 21:46:33 +08:00
yarn.lock Chore/eslint (#34) 2020-07-27 16:17:41 +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.