WireBootstrap
HomeDocsBuySupport
  • Introduction
  • Overview
  • Getting Started
  • Installation
  • Connecting to Data
    • Data Connectors
      • SQL Data
      • Custom Web Services
      • Local Data
      • Other Sources
    • Data Sources
    • Discovery
    • Building a Data Connector
  • Working With Queries
    • Select Queries
      • Query Extensions
    • Stored Procedures
    • Custom Web Services
    • Executing Queries
    • ORM
  • Writing Data
  • Updates
  • Deletes
  • Working with DataTables
    • Introduction
    • Filter and Sort
    • Select and Calculate
    • Joins
    • Rows
    • Columns
  • Working with DataSets
  • Introduction
  • Executing Queries
  • Transforms
  • Writing Data
  • Data Events
  • Working with Components
    • Introduction
    • Encapsulation
    • Configuration
      • Data
      • Events
      • Observables
      • Validation
      • Display
      • Vendor
      • Custom
    • Component
    • Web Frameworks
    • Building a Component
      • Hello World
      • Data Events
      • DataSets
  • Working With Data Events
    • Introduction
    • Event Basics
    • Event Data
    • Event Actions
  • Working with Themes
    • Introduction
    • Sample Data
    • Libraries
    • Pages
    • Building a Theme Project
  • Utilities
    • Formatting
    • Expressions
    • Collections
    • Spinners
    • Copy and Merge
    • Validation
    • Loading Assets
    • Service Calls
    • Download Files
    • Browser Location
    • Types
    • Promise
  • Reference
    • wire
      • wire.Collection
      • wire.download
      • wire.validate
    • wire.data
      • wire.data.DataEvent
      • wire.data.DataModel
      • wire.data.DataPromise
      • wire.data.DataSet
      • wire.data.DataSource
      • wire.data.DataTable
        • Columns
        • Rows
      • wire.data.StoredProcedure
      • wire.data.TableQuery
    • wire.ui
      • wire.ui.Component
      • wire.ui.validate
Powered by GitBook
On this page
  • Wire
  • Components
  • Bootstrap Components
  • Web Frameworks
  • Data Connectors

Was this helpful?

Installation

PreviousGetting StartedNextData Connectors

Last updated 1 year ago

Was this helpful?

This section outlines how to install the WireBootstrap components and services discussed in the section.

Wire

The core WireBootstrap JavaScript library is wire.js. This and other core related files can be installed using the at@wirebootstrap/wire.

npm install @wirebootstrap/wire

Components

Instructions for downloading and installing Individual components or component packs can be found in their respective documentation. Visit the for these and other details.

Bootstrap Components

The introductory set of components for WireBootstrap are the common components used in developing applications with . The product containing these components is called .

Use the to install 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.

Visit for more information on WireBootstrap components.

Web Frameworks

WireBootstrap components and services work with plain JavaScript. WireBootstrap also has integrations with all the major web frameworks. Visit the for details.

npm install @wirebootstrap/wire-webcomponents

Data Connectors

For example, use the to use WireBootstrap with .

Visit for more information on WireBootstrap and web frameworks.

Many data connectors install with the core WireBootstrap framework. For details and other connectors visit the .

Visit for more information on WireBootstrap data connectors.

Overview
WireBootstrap Core Library NPM package
component product page
Bootstrap
Bootstrap for WireBootstrap
Bootstrap Components for WireBootstrap NPM package
Working with Components
web framework product pages
WireBootstrap for Web Components NPM package
web components
Web Frameworks
data connector product page
Data Connectors