Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apgapg/vue_bootstrap_5_sample
Bootstrap 5 with VueJs
https://github.com/apgapg/vue_bootstrap_5_sample
bootstrap bootstrap5 vuejs
Last synced: 7 days ago
JSON representation
Bootstrap 5 with VueJs
- Host: GitHub
- URL: https://github.com/apgapg/vue_bootstrap_5_sample
- Owner: apgapg
- Created: 2020-09-15T05:02:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T10:48:56.000Z (about 4 years ago)
- Last Synced: 2024-12-25T07:50:04.095Z (13 days ago)
- Topics: bootstrap, bootstrap5, vuejs
- Language: Vue
- Homepage:
- Size: 1.29 MB
- Stars: 16
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue_bootstrap_5_sample
A sample showing [bootstrap 5](https://v5.getbootstrap.com/) with VueJs.
But as of 15 Sept 2020 bootstrap 5 is still in alpha## Key Highlights
- Use of bootstrap customization
- Overriding scss variables to customize bootstrap
- Using css import in scss to remove blue glow in buttons## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).