An open API service indexing awesome lists of open source software.

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.

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.