Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).