Comment on page
Installation
This section outlines how to install the WireBootstrap components and services discussed in the Overview section.
The core WireBootstrap JavaScript library is
wire.js
. This and other core related files can be installed using the WireBootstrap Core Library NPM package at@wirebootstrap/wire
.npm install @wirebootstrap/wire
Instructions for downloading and installing Individual components or component packs can be found in their respective documentation. Visit the component product page for these and other details.
The introductory set of components for WireBootstrap are the common components used in developing applications with Bootstrap. The product containing these components is called Bootstrap for WireBootstrap.
npm install @wirebootstrap/wire-bootstrap
Note, WireBootstrap Bootstrap Components will install the core WireBootstrap library when installing a component. There is no need to explicitly install the core library as well.
WireBootstrap components and services work with plain JavaScript. WireBootstrap also has integrations with all the major web frameworks. Visit the web framework product pages for details.
For example, use the WireBootstrap for Web Components NPM package to use WireBootstrap with web components.
npm install @wirebootstrap/wire-webcomponents
Many data connectors install with the core WireBootstrap framework. For details and other connectors visit the data connector product page.
Last modified 3mo ago