1.0.0 • Published 4 years ago
meetinghand-component-library v1.0.0
MeetingHand Component Library
Install
Initialize the project as follows:
git clone https://github.com/meeting-hand/meetinghand-component-library.git
cd meetinghand-component-library
npm run initializeThis downloads the project into meetinghand-component-library folder, installs all dependencies, prepares Lerna monorepo and creates symlinks for internal dependencies. All is now ready for build.
Create New Package
npm run new {packageName}package files will be automatic generation
Build
Run the following to build all packages:
npm run buildThis runs a production build. In each package you will now find /dist folder where package code is bundled.
StoryBook
Run the following to livepreview all packages:
npm run storybookThis runs storybook for preview & development.
Publish Packages
Lerna will be publish automaticly all packages indipendent versions under the organization scope. For example: meetinghand
npm run publishpackage files will be automatic generation
License
MIT
1.0.0
4 years ago