mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
a08302c7c7
feat: add jest basic config |
||
---|---|---|
.storybook | ||
packages/button | ||
public | ||
scripts | ||
src | ||
typings | ||
.editorconfig | ||
.gitignore | ||
index.html | ||
jest.config.js | ||
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