1.1.5 • Published 4 years ago

helixmonorepo-lib v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Helix Monorepo Component Library

Run below commands to get started

  • Install dependencies of this project. Note it will only install dependencies mentioned in root package.json file
    npm install
  • Install dependencies for packages and create symlinks. Read more here
    lerna bootstrap
  • Launch Storybook for local view of web components
    npm run start-storybook
  • Build Storybook for NPM Deployment
    npm run build

To import into external app

  • Install this project. Supports Tree shaking

    npm i --save helixmonorepo-lib

  • Since all items are bundled in the same file you can do any of these things currently

    import { HelixButton } from "helixmonorepo-lib" You can check the lib/index.js file for current exports.

npm install

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago