Files
BoostrapVue-Tutorial/README.md
2020-07-26 16:41:10 +02:00

29 lines
459 B
Markdown

# bootstrapvue-tutorial
Tutorial on Youtube: https://www.youtube.com/watch?v=-DyKeMa5tYY
Vuex Refactor: https://www.youtube.com/watch?v=G2krb6FaZco
## 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/).