0.0.1 • Published 3 months ago

balubhau v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

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.

Note: The video was recorded with Lerna 6. Some information within it may be outdated. See the Getting Started docs for up-to-date instructions for the latest version of Lerna.

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
0.0.1

3 months ago

4.0.5

7 months ago

4.0.3

7 months ago

4.0.2

7 months ago

3.0.0

7 months ago

2.0.0

7 months ago

1.0.0

7 months ago