文件名称:lerna-ts-react:使用Lerna,Typescript,React和Redux的monorepo演示
文件大小:254KB
文件格式:ZIP
更新时间:2024-04-19 03:37:28
react redux typescript lerna TypeScript
Lerna-TS-React master分支集成了TypeScript , ESlint , React和Redux功能。 此blog分支代码。 莱娜(Lerna)部分 创建组件 使用--yes跳过提示 lerna create @ cddev / phoenix-builder-是 将phoenix-button依赖项添加到phoenix中 lerna添加@ cddev / phoenix-button --scope = @ cddev / phoenix 我们将对两个UI组件使用React,让我们首先将其添加为dev依赖项以进行本地测试 lerna add react --dev --scope'{@ cddev / phoenix-button,@ cddev / phoenix-text}' 并且作为对等依赖项,使用主要的最新版本来使用应用程序 lerna add rea
【文件预览】:
lerna-ts-react-master
----.gitignore(265B)
----package.json(868B)
----LICENSE(1KB)
----tsconfig.json(384B)
----packages()
--------phoenix-builder()
--------phoenix()
--------phoenix-button()
--------phoenix-text()
--------phoenix-counter()
----lerna.json(198B)
----.eslintrc.js(1KB)
----scripts()
--------init.js(850B)
----README.md(2KB)
----.eslintignore(127B)
----.storybook()
--------main.js(889B)
--------preview.js(74B)
----typings()
--------typed.css.d.ts(342B)
----yarn.lock(595KB)