Demonstrates Bootstrap 4 integration and customization with Vue.js.
Based on the webpack-simple template for vue-cli.
Demonstrates integration and customization of Bootstrap 4 as explained in the following article: https://medium.com/@BjornKrols/integrating-and-customising-bootstrap-4-in-vue-js-cbc29ba7688e
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Copy customizations into 'styles/custom-bootstrap.scss file.'