@youdao-ead-fe/yodao-ui
v0.3.1
Published
前端业务组件库项目
Downloads
22
Keywords
Readme
yodao-ui
前端业务组件库项目
框架: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/dist/style.css'
// 在目标页面中
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