Vue.js
Docs HomeProduct SiteSupport
  • WireBootstrap for Vue.js
  • Installation
  • Vue Directive
  • Sample Project
    • Wire Components
    • Components
Powered by GitBook
On this page

Installation

PreviousWireBootstrap for Vue.jsNextVue Directive

Last updated 1 year ago

WireBootstrap for Vue and its source code are available in GitHub at .

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 . 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 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 . For details, visit the .

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.

https://github.com/WireBootstrap/vue
WireBootstrap Vue Directive
Visual Studio Code
create-vue
Vue.js Quick Start
Vue.js development server
WireBootstrap for Vue.js Sample Application