Go to file
JeremyWuuuuu 63a6664a06 feat/add-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

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
2020-07-24 19:20:37 +08:00
.storybook feat/add-storybook 2020-07-24 19:20:37 +08:00
packages/button feat/add-storybook 2020-07-24 19:20:37 +08:00
public update 2020-07-21 18:18:44 +08:00
scripts feat/add-storybook 2020-07-24 19:20:37 +08:00
src feat: add lerna basic config 2020-07-22 00:35:23 +08:00
typings feat: add lerna basic config 2020-07-22 00:35:23 +08:00
.editorconfig feat/add-storybook 2020-07-24 19:20:37 +08:00
.gitignore feat: add lerna basic config 2020-07-22 00:35:23 +08:00
index.html update 2020-07-21 18:18:44 +08:00
lerna.json feat: add lerna basic config 2020-07-22 00:35:23 +08:00
package.json feat/add-storybook 2020-07-24 19:20:37 +08:00
README.md feat/add-storybook 2020-07-24 19:20:37 +08:00
tsconfig.json fix: set moduleResolution to node 2020-07-22 00:37:53 +08:00
yarn.lock feat/add-storybook 2020-07-24 19:20:37 +08:00

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