mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
63a6664a06
- Add story book for component previewing - Add custom preview method for renderering Vue3 Component - Modify scripts for storybook boilerplate - Add documentation in README for booting and previewing project feat/storybook - Add story book for component previewing - Add custom preview method for renderering Vue3 Component - Modify scripts for storybook boilerplate - Add documentation in README for booting and previewing project |
||
---|---|---|
.storybook | ||
packages/button | ||
public | ||
scripts | ||
src | ||
typings | ||
.editorconfig | ||
.gitignore | ||
index.html | ||
lerna.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Element-Plus
Bootstrap project
With command
$ yarn bs
the project will install all dependencies and run lerna bootstrap
to initialize the project
Storybook preview
With command
$ yarn sb
the project will launch @storybook
client for you to preview all existing component