An open API service indexing awesome lists of open source software.

https://github.com/macagua/example-vuejs2-webpack-bootstrap

A Vue.js project that integrates the Bootstrap CSS Framework following the "Getting started with Vue, Webpack & Bootstrap" tutorial
https://github.com/macagua/example-vuejs2-webpack-bootstrap

bootstrap bootstrap-css bootstrap-css-framework tutorial vue2-demo vuejs vuejs2 vuejs2-webpack-bootstrap webpack

Last synced: 3 months ago
JSON representation

A Vue.js project that integrates the Bootstrap CSS Framework following the "Getting started with Vue, Webpack & Bootstrap" tutorial

Awesome Lists containing this project

README

          

# vuejs2-webpack-bootstrap

> A Vue.js project that integrates the Bootstrap CSS Framework following the [Getting started with Vue, Webpack & Bootstrap](https://medium.com/@BMatt92656920/getting-started-with-vue-webpack-bootstrap-fb69b24e6f3d) tutorial.

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

# Reference
- [Getting started with Vue, Webpack & Bootstrap](https://medium.com/@BMatt92656920/getting-started-with-vue-webpack-bootstrap-fb69b24e6f3d).