https://github.com/qaware/cloud-native-weather-vue3
This example implements a simple UI for the weather service using Vue3.
https://github.com/qaware/cloud-native-weather-vue3
cloud-native example javascript microfrontend microservice vue3
Last synced: 12 months ago
JSON representation
This example implements a simple UI for the weather service using Vue3.
- Host: GitHub
- URL: https://github.com/qaware/cloud-native-weather-vue3
- Owner: qaware
- License: apache-2.0
- Created: 2022-07-15T11:31:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T06:03:39.000Z (about 3 years ago)
- Last Synced: 2024-12-25T16:42:25.287Z (over 1 year ago)
- Topics: cloud-native, example, javascript, microfrontend, microservice, vue3
- Language: Vue
- Homepage:
- Size: 365 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cloud-native Weather UI with Vue 3
This example implements a simple UI for the weather service using Vue 3.
## Build and Run locally
Before deploying the UI, make sure that a weather service of this workshop is already running on your Kubernetes cluster
on port 8080 as the frontend is depending on this existing weather service.
To deploy the UI using Tilt, execute the command:
```bash
# to start in Kubernetes either use Tilt or Skaffold
tilt up
skaffold dev --no-prune=false --cache-artifacts=false
# start the UI locally
# make sure the backend is running under `http://localhost:8080`
npm run serve
```
## Maintainer
M.-Leander Reimer (@lreimer),
Robin Kalleicher (@robink001),
## License
This software is provided under the Apache v2.0 open source license, read the `LICENSE`
file for details.