https://github.com/alex-rachel/vuego
vuego
https://github.com/alex-rachel/vuego
Last synced: 5 months ago
JSON representation
vuego
- Host: GitHub
- URL: https://github.com/alex-rachel/vuego
- Owner: Alex-Rachel
- Created: 2021-09-23T11:55:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T15:10:04.000Z (over 4 years ago)
- Last Synced: 2025-05-18T21:05:42.299Z (about 1 year ago)
- Language: HTML
- Size: 19.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuego
## Project setup
```
npm install
npm install vue bootstrap-vue bootstrap
cnpm install bootstrap@4.5.3
npm install --save axios vue-axios
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).