helixmonorepo-lib
1.1.5 • Public • Published 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
Dependencies (0)
Dev Dependencies (19)
Package Sidebar
Install
Weekly Downloads