https://github.com/khoerodin/vuestrap
A simple integration Vuejs with Webpack and Bootstrap 4
https://github.com/khoerodin/vuestrap
bootstrap4 vuejs webpack
Last synced: 3 months ago
JSON representation
A simple integration Vuejs with Webpack and Bootstrap 4
- Host: GitHub
- URL: https://github.com/khoerodin/vuestrap
- Owner: khoerodin
- License: mit
- Created: 2017-09-15T07:51:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T09:57:22.000Z (almost 9 years ago)
- Last Synced: 2025-02-04T10:49:47.553Z (over 1 year ago)
- Topics: bootstrap4, vuejs, webpack
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vuestrap
> A simple integration Vuejs with Webpack and Bootstrap 4
## 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For detailed explanation on how things work, checkout the [webpack guide](http://vuejs-templates.github.io/webpack/), [vue-loader docs](http://vuejs.github.io/vue-loader) and [bootstrap-vue docs](https://bootstrap-vue.js.org/).
# License
Released under The MIT [License](./LICENSE). Copyright (c) 2017-present, [Khoerodin](https://khoerodin.id/)