react-component-lib:使用Webpack,TypeScript和Jest构建的示例React组件库

时间:2024-02-25 00:15:09
【文件属性】:

文件名称:react-component-lib:使用Webpack,TypeScript和Jest构建的示例React组件库

文件大小:244KB

文件格式:ZIP

更新时间:2024-02-25 00:15:09

react typescript webpack storybook StorybookTypeScript

:atom_symbol: React组件库 使用React,Webpack,TypeScript构建的示例组件库,通过Jest / Testing库进行测试,并通过Storybook显示。 演示版 剧本 当地发展: yarn dev 运行测试: yarn test 构建分发文件: yarn build:dist 构建Storybook静态文件: yarn build 为了分发更改,您必须运行build:dist命令并将更改提交到存储库。 对于构成版本更改的任何更改,请将其合并到master并设置发行版或标签。


【文件预览】:
react-component-lib-master
----.gitignore(47B)
----package.json(1KB)
----src()
--------components()
--------data()
--------services()
--------containers()
--------index.ts(93B)
--------global.d.ts(438B)
----webpack.config.js(540B)
----jest.config.js(257B)
----dist()
--------components()
--------main.js(97KB)
--------data()
--------services()
--------main.js.LICENSE.txt(246B)
--------index.js(1KB)
--------index.js.map(2KB)
--------containers()
--------index.es.js.map(2KB)
--------index.es.js(995B)
--------index.d.ts(92B)
----tsconfig.json(455B)
----README.md(648B)
----jest.setup.ts(36B)
----.storybook()
--------main.js(132B)
----yarn.lock(496KB)

网友评论