Installation
Last updated
Last updated
WireBootstrap for Vue and its source code are available in GitHub at .
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.
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.