https://github.com/matrizlab/vue04
Demo Vue.js + BootstrapVue
https://github.com/matrizlab/vue04
bootstrap-vue vuejs
Last synced: 13 days ago
JSON representation
Demo Vue.js + BootstrapVue
- Host: GitHub
- URL: https://github.com/matrizlab/vue04
- Owner: matrizlab
- Created: 2020-01-03T09:44:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:12:18.000Z (over 3 years ago)
- Last Synced: 2025-02-23T08:30:51.191Z (over 1 year ago)
- Topics: bootstrap-vue, vuejs
- Language: Vue
- Homepage:
- Size: 3.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue04
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).