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
- Host: GitHub
- URL: https://github.com/macagua/example-vuejs2-webpack-bootstrap
- Owner: macagua
- Created: 2017-08-25T09:35:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T10:19:48.000Z (about 8 years ago)
- Last Synced: 2025-02-26T18:17:45.200Z (8 months ago)
- Topics: bootstrap, bootstrap-css, bootstrap-css-framework, tutorial, vue2-demo, vuejs, vuejs2, vuejs2-webpack-bootstrap, webpack
- Language: JavaScript
- Homepage: https://medium.com/@BMatt92656920/getting-started-with-vue-webpack-bootstrap-fb69b24e6f3d
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).