https://github.com/cksachdev/bootstrap-vue-scoped-scss-issue
Application giving a demo of scoped bootstrap vue issue
https://github.com/cksachdev/bootstrap-vue-scoped-scss-issue
Last synced: 3 months ago
JSON representation
Application giving a demo of scoped bootstrap vue issue
- Host: GitHub
- URL: https://github.com/cksachdev/bootstrap-vue-scoped-scss-issue
- Owner: cksachdev
- License: mit
- Created: 2020-01-29T09:53:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T11:15:50.000Z (over 6 years ago)
- Last Synced: 2025-12-30T17:36:26.232Z (6 months ago)
- Language: Vue
- Size: 639 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap-vue-scoped-scss-issue
Live demo can be seen on the link below:
https://cksachdev.github.io/bootstrap-vue-scoped-scss-issue/
## 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/).