Components can be installed in every workspace or project using Bit or other standard packages managers. As needed you can import components for debugging, testing or for applying changes in the desired context.
Run the following to install the component as an external dependency:
You can install packages from NPM in same way you use components:
Once components are released, you can install them using your preferred package manager:
Configure your npmrc to the Bit registry, or use Bit from your private registry.
You can import components for debugging, testing or for applying changes in the desired context by running the following command:
After testing, debugging or changing the component you can either eject it using bit eject or bit export --eject in case you would looking to release a change.
You can setup an private registry as a reverse proxy for your Bit packages.