4ulib
v1.0.30
Published
A lib of 4uhub components
Readme
Lib4Uhub
An ui lib for 4uhub components.
Installation
Run to install:
npm iDevelopment
Run to see storybook:
npm run storybookRunning locally
To run the build locally. Use npm link:
- In the root of the lib runs npm link:
npm link- Go to you local project and runs:
npm link 4ulib- Now you can import components of the lib like:
import { Apps4uHub } from '4ulib'Build
Run to build:
npm run build-lib