@wangtaizong/components
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

EverUI

前端业务组件库项目

框架:react + vite + storybook

story文档

开发

 yarn storybook

打包

 yarn build

发布npm

  npm publish

npm线上地址

使用组件库

  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

线上地址

Readme

Keywords

none

Package Sidebar

Install

npm i @wangtaizong/components

Weekly Downloads

7

Version

1.0.6

License

MIT

Unpacked Size

2.51 MB

Total Files

35

Last publish

Collaborators

  • wangtaizong