|  | 
| 1 |  | -# vuejs2-webpack-bootstrap | 
|  | 1 | +# vuejs2-webpack-bootstrap | 
|  | 2 | + | 
|  | 3 | +> 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. | 
|  | 4 | + | 
|  | 5 | +## Build Setup | 
|  | 6 | + | 
|  | 7 | +``` bash | 
|  | 8 | +# install dependencies | 
|  | 9 | +npm install | 
|  | 10 | + | 
|  | 11 | +# serve with hot reload at localhost:8080 | 
|  | 12 | +npm run dev | 
|  | 13 | + | 
|  | 14 | +# build for production with minification | 
|  | 15 | +npm run build | 
|  | 16 | + | 
|  | 17 | +# build for production and view the bundle analyzer report | 
|  | 18 | +npm run build --report | 
|  | 19 | +``` | 
|  | 20 | + | 
|  | 21 | +# Reference | 
|  | 22 | +- [Getting started with Vue, Webpack & Bootstrap](https://medium.com/@BMatt92656920/getting-started-with-vue-webpack-bootstrap-fb69b24e6f3d). | 
0 commit comments