zzzxxxyyy321123 中文文档教程
Lerna 入门示例
此存储库是使用 Lerna 5+ 的一个小示例。
观看10 分钟演练,了解新版本的 Lerna 的工作原理。
该存储库包含三个包或项目:
header
(React 组件库)footer
(React 组件库)remixapp
(编写的应用程序使用依赖于header
和footer
的 Remix 框架)
packages/
header/
src/
...
package.json
rollup.config.json
jest.config.js
footer/
src/
...
package.json
rollup.config.json
jest.config.js
remixapp/
app/
...
public/
package.json
remix.config.js
package.json
Lerna Getting Started Example
This repo is a small example of using Lerna 5+.
Watch this 10-minute walkthrough to see how new versions of Lerna work.
This repo contains three packages or projects:
header
(a library of React components)footer
(a library of React components)remixapp
(an app written using the Remix framework which depends on bothheader
andfooter
)
packages/
header/
src/
...
package.json
rollup.config.json
jest.config.js
footer/
src/
...
package.json
rollup.config.json
jest.config.js
remixapp/
app/
...
public/
package.json
remix.config.js
package.json