0.0.11 • Published 4 months ago

@hansevision/traveport-shared-controls v0.0.11

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

Travekom Connect Construction File shared controls

This project provides controls for Travekom.Connect construction file and TraveFlow App

Step to https://medium.com/@kaljessy/publish-your-react-library-to-npm-using-vite-136dc81e368d

Installation

npm install --save @hansevision/traveport-shared-controls

Development

Develop using Storybook

Currently the preferred way. Create a new or use the existing Story to develop with Storybook. Run npm run storybook to start the development server.

Develop traveport-shared-controls locally with 'npm link/unlink'

This might or might not work. Sometimes due to bugs in linking, it throws errors while using linked package while serving via spfx. It might work as the last Step before publishing to npm.

Create the link between package and your project

  1. run the following PowerShell command
npm run build
npm link

in git-Repositories that need to use the local traveport-shared-controls

  1. run the following PowerShell command
npm link @hansevision/traveport-shared-controls --force
  1. the flag '--force' can be omitted, if the node-version of the traveport-shared-controls is higher of equal to the git-Repository which needs to use it

Reverting usage of local packaging

  1. run the following PowerShell command in the git-Repository traveport-shared-controls
npm unlink
  1. expected output
success: package '@hansevision/traveport-shared-controls' uninstalled

in git-Repositories that need to use the local traveport-shared-controls

  1. run the following PowerShell command
npm unlink @hansevision/traveport-shared-controls
0.0.11

4 months ago

0.0.10

4 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago