1.0.6 • Published 1 year ago
@wangtaizong/components v1.0.6
EverUI
前端业务组件库项目
框架:react + vite + storybook
开发
yarn storybook
打包
yarn build
发布npm
npm publish
使用组件库
npm install @youdao-ead-fe/yodao-ui
// 在输入文件如_app.js中引入style
import '@youdao-ead-fe/yodao-ui/style'
// 在目标页面中
import {MutipleSelector} from @youdao-ead-fe/yodao-ui
发布到github
使用@storybook/storybook-deployer文档发布到github
yarn build-storybook
// 在storybook-static 文件夹中添加.nojekyll文件
yarn deploy-storybook -- --existing-output-dir=storybook-static