zzzxxxyyy321123 中文文档教程

发布于 2年前 浏览 49 项目主页 更新于 2年前

Lerna 入门示例

此存储库是使用 Lerna 5+ 的一个小示例。

观看10 分钟演练,了解新版本的 Lerna 的工作原理。

该存储库包含三个包或项目:

  • header (React 组件库)
  • footer (React 组件库)
  • remixapp (编写的应用程序使用依赖于 headerfooter 的 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 both header and footer)
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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文