Installation

WireBootstrap for Vue and its source code are available in GitHub at https://github.com/WireBootstrap/vue.

git clone https://github.com/WireBootstrap/vue

The source code includes a sample project that demonstrates how to use WireBootstrap with Vue.js to build applications. It also includes the source code for the WireBootstrap Vue Directive. The directive can also be installed directly by itself from an NPM package.

npm install @wirebootstrap/wire-vue

Project

The solution is a web project that demonstrates how to use WireBootstrap when developing applications in Vue.js.

After downloading or cloning the project, open it in a web application editor. The examples in this documentation use Visual Studio Code but any web editor can be used. The project has no web service dependencies.

The project was created using the official Vue.js project scaffolding tool create-vue. For details, visit the Vue.js Quick Start.

In Visual Studio Code, open a terminal window and run npm start. This will install thenpm packages required to run the project and start the development server.

Open the sample project in a browser by clicking the localhost link.

Last updated